#35B9CE

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

Shades of Summer Sky #35B9CE

Tints of Summer Sky #35B9CE

Color information

#35B9CE (or 0x35B9CE) is unknown color: approx Summer Sky. HEX triplet: 35, B9 and CE. RGB value is (53,185,206). Sum of RGB (Red+Green+Blue) = 53+185+206=444 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.94% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #35B9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B9CE is #CA4631. Grayscale: #939393. Windows color (decimal): -13256242 or 13547829. OLE color: 13547829.

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

Color convert

RGB53185206-
CMYK0.740.1000.19
HSL188.24º60.96%50.78%-
HSV(B)188.24º74.27%80.78%-
XYZ29.9639.9164.52-
YUV147.93160.7760.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.94%
GREEN value IS 185 (72.66% from 255) = 41.67%
BLUE value IS 206 (80.86% from 255) = 46.40%
R=11.94%
G=41.67%
B=46.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal531852060.740.1000.19188.2460.9650.78
Hex35B9CE4AA013bc3d33
Octal65271316112120232747563
Binary11010110111001110011101001010101001001110111100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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