#35B7CE

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

Shades of Summer Sky #35B7CE

Tints of Summer Sky #35B7CE

Color information

#35B7CE (or 0x35B7CE) is unknown color: approx Summer Sky. HEX triplet: 35, B7 and CE. RGB value is (53,183,206). Sum of RGB (Red+Green+Blue) = 53+183+206=442 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.99% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #35B7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B7CE is #CA4831. Grayscale: #929292. Windows color (decimal): -13256754 or 13547317. OLE color: 13547317.

HSL color Cylindrical-coordinate representation of color #35B7CE: hue angle of 189.02º 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 #35B7CE is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB53183206-
CMYK0.740.1100.19
HSL189.02º60.96%50.78%-
HSV(B)189.02º74.27%80.78%-
XYZ29.5439.0864.38-
YUV146.75161.4361.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.99%
GREEN value IS 183 (71.88% from 255) = 41.40%
BLUE value IS 206 (80.86% from 255) = 46.61%
R=11.99%
G=41.40%
B=46.61%

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
Decimal531832060.740.1100.19189.0260.9650.78
Hex35B7CE4AB013bd3d33
Octal65267316112130232757563
Binary11010110110111110011101001010101101001110111101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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