#35BBCC

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

Shades of Summer Sky #35BBCC

Tints of Summer Sky #35BBCC

Color information

#35BBCC (or 0x35BBCC) is unknown color: approx Summer Sky. HEX triplet: 35, BB and CC. RGB value is (53,187,204). Sum of RGB (Red+Green+Blue) = 53+187+204=444 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.94% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #35BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BBCC is #CA4433. Grayscale: #949494. Windows color (decimal): -13255732 or 13417269. OLE color: 13417269.

HSL color Cylindrical-coordinate representation of color #35BBCC: hue angle of 186.75º degrees, saturation: 0.6, 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 #35BBCC is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB53187204-
CMYK0.740.0800.2
HSL186.75º59.68%50.39%-
HSV(B)186.75º74.02%80%-
XYZ30.1440.6663.39-
YUV148.87159.1159.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.94%
GREEN value IS 187 (73.44% from 255) = 42.12%
BLUE value IS 204 (80.08% from 255) = 45.95%
R=11.94%
G=42.12%
B=45.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal531872040.740.0800.2186.7559.6850.39
Hex35BBCC4A8014bb3c32
Octal65273314112100242737462
Binary11010110111011110011001001010100001010010111011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,187,204); }

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

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

 a { background-color: rgb(53,187,204); }

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

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

 span { border-color: rgb(53,187,204); }

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