#35DAFF

Color #35DAFF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #35DAFF

Tints of Summer Sky #35DAFF

Color information

#35DAFF (or 0x35DAFF) is unknown color: approx Summer Sky. HEX triplet: 35, DA and FF. RGB value is (53,218,255). Sum of RGB (Red+Green+Blue) = 53+218+255=526 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.08% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #35DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35DAFF is #CA2500. Grayscale: #ACACAC. Windows color (decimal): -13247745 or 16767541. OLE color: 16767541.

HSL color Cylindrical-coordinate representation of color #35DAFF: hue angle of 190.99º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35DAFF is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB53218255-
CMYK0.790.1500
HSL190.99º100%60.39%-
HSV(B)190.99º79.22%100%-
XYZ44.5958.12103.48-
YUV172.88174.3442.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 10.08%
GREEN value IS 218 (85.55% from 255) = 41.44%
BLUE value IS 255 (100% from 255) = 48.48%
R=10.08%
G=41.44%
B=48.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal532182550.790.1500190.9910060.39
Hex35DAFF4FF00bf643c
Octal65332377117170027714474
Binary11010111011010111111111001111111100101111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35DAFF; }

 p { color: rgb(53,218,255); }

 H1.HeaderClassName
 {
   color: #35DAFF;
 }
 .AnyTagClassName
 {
   color: #35DAFF;
 }
</style>
background-color css

<style>
 a { background-color: #35DAFF; }

 a { background-color: rgb(53,218,255); }

 div.DivClassName
 {
   background-color: #35DAFF;
 }
 .BgClassName
 {
   background-color: #35DAFF;
 }
</style>
border-color css

<style>
 span { border-color: #35DAFF; }

 span { border-color: rgb(53,218,255); }

 td.TdClassName
 {
   border-color: #35DAFF;
 }
 .TagClassName
 {
   border-color: #35DAFF;
 }
</style>