#35abd9

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

Shades of Summer Sky #35ABD9

Tints of Summer Sky #35ABD9

Color information

#35ABD9 (or 0x35ABD9) is unknown color: approx Summer Sky. HEX triplet: 35, AB and D9. RGB value is (53,171,217). Sum of RGB (Red+Green+Blue) = 53+171+217=441 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.02% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #35ABD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ABD9 is #CA5426. Grayscale: #8C8C8C. Windows color (decimal): -13259815 or 14265141. OLE color: 14265141.

HSL color Cylindrical-coordinate representation of color #35ABD9: hue angle of 196.83º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35ABD9 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB53171217-
CMYK0.760.2100.15
HSL196.83º68.33%52.94%-
HSV(B)196.83º75.58%85.1%-
XYZ28.5634.8970.88-
YUV140.96170.9165.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.02%
GREEN value IS 171 (67.19% from 255) = 38.78%
BLUE value IS 217 (85.16% from 255) = 49.21%
R=12.02%
G=38.78%
B=49.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal531712170.760.2100.15196.8368.3352.94
Hex35ABD94C150Fc54435
Octal652533311142501730510465
Binary110101101010111101100110011001010101111110001011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35abd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,171,217); }

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

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

 a { background-color: rgb(53,171,217); }

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

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

 span { border-color: rgb(53,171,217); }

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