#35B5CB

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

Shades of Summer Sky #35B5CB

Tints of Summer Sky #35B5CB

Color information

#35B5CB (or 0x35B5CB) is unknown color: approx Summer Sky. HEX triplet: 35, B5 and CB. RGB value is (53,181,203). Sum of RGB (Red+Green+Blue) = 53+181+203=437 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.13% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #35B5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B5CB is #CA4A34. Grayscale: #919191. Windows color (decimal): -13257269 or 13350197. OLE color: 13350197.

HSL color Cylindrical-coordinate representation of color #35B5CB: hue angle of 188.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35B5CB is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB53181203-
CMYK0.740.1100.20
HSL188.8º59.06%50.2%-
HSV(B)188.8º73.89%79.61%-
XYZ28.7738.1262.34-
YUV145.24160.5962.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.13%
GREEN value IS 181 (71.09% from 255) = 41.42%
BLUE value IS 203 (79.69% from 255) = 46.45%
R=12.13%
G=41.42%
B=46.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531812030.740.1100.20188.859.0650.2
Hex35B5CB4AB014bd3b32
Octal65265313112130242757362
Binary11010110110101110010111001010101101010010111101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,181,203); }

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

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

 a { background-color: rgb(53,181,203); }

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

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

 span { border-color: rgb(53,181,203); }

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