#35B8CE

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

Shades of Summer Sky #35B8CE

Tints of Summer Sky #35B8CE

Color information

#35B8CE (or 0x35B8CE) is unknown color: approx Summer Sky. HEX triplet: 35, B8 and CE. RGB value is (53,184,206). Sum of RGB (Red+Green+Blue) = 53+184+206=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #35B8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B8CE is #CA4731. Grayscale: #939393. Windows color (decimal): -13256498 or 13547573. OLE color: 13547573.

HSL color Cylindrical-coordinate representation of color #35B8CE: hue angle of 188.63º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35B8CE is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB53184206-
CMYK0.740.1100.19
HSL188.63º60.96%50.78%-
HSV(B)188.63º74.27%80.78%-
XYZ29.7539.4964.45-
YUV147.34161.160.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.96%
GREEN value IS 184 (72.27% from 255) = 41.53%
BLUE value IS 206 (80.86% from 255) = 46.50%
R=11.96%
G=41.53%
B=46.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal531842060.740.1100.19188.6360.9650.78
Hex35B8CE4AB013bd3d33
Octal65270316112130232757563
Binary11010110111000110011101001010101101001110111101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,184,206); }

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

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

 a { background-color: rgb(53,184,206); }

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

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

 span { border-color: rgb(53,184,206); }

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