#35B7CA

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

Shades of Summer Sky #35B7CA

Tints of Summer Sky #35B7CA

Color information

#35B7CA (or 0x35B7CA) is unknown color: approx Summer Sky. HEX triplet: 35, B7 and CA. RGB value is (53,183,202). Sum of RGB (Red+Green+Blue) = 53+183+202=438 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.10% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #35B7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B7CA is #CA4835. Grayscale: #929292. Windows color (decimal): -13256758 or 13285173. OLE color: 13285173.

HSL color Cylindrical-coordinate representation of color #35B7CA: hue angle of 187.65º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35B7CA is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53183202-
CMYK0.740.0900.21
HSL187.65º58.43%50%-
HSV(B)187.65º73.76%79.22%-
XYZ29.0638.8961.85-
YUV146.3159.4361.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.10%
GREEN value IS 183 (71.88% from 255) = 41.78%
BLUE value IS 202 (79.30% from 255) = 46.12%
R=12.10%
G=41.78%
B=46.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531832020.740.0900.21187.6558.4350
Hex35B7CA4A9015bc3a32
Octal65267312112110252747262
Binary11010110110111110010101001010100101010110111100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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