#35B0CA

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

Shades of Summer Sky #35B0CA

Tints of Summer Sky #35B0CA

Color information

#35B0CA (or 0x35B0CA) is unknown color: approx Summer Sky. HEX triplet: 35, B0 and CA. RGB value is (53,176,202). Sum of RGB (Red+Green+Blue) = 53+176+202=431 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.30% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #35B0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35B0CA is #CA4F35. Grayscale: #8D8D8D. Windows color (decimal): -13258550 or 13283381. OLE color: 13283381.

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

Color convert

RGB53176202-
CMYK0.740.1300.21
HSL190.47º58.43%50%-
HSV(B)190.47º73.76%79.22%-
XYZ27.6536.0761.38-
YUV142.19161.7564.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.30%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=12.30%
G=40.84%
B=46.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531762020.740.1300.21190.4758.4350
Hex35B0CA4AD015be3a32
Octal65260312112150252767262
Binary11010110110000110010101001010110101010110111110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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