#35BACB

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

Shades of Summer Sky #35BACB

Tints of Summer Sky #35BACB

Color information

#35BACB (or 0x35BACB) is unknown color: approx Summer Sky. HEX triplet: 35, BA and CB. RGB value is (53,186,203). Sum of RGB (Red+Green+Blue) = 53+186+203=442 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.99% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #35BACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BACB is #CA4534. Grayscale: #939393. Windows color (decimal): -13255989 or 13351477. OLE color: 13351477.

HSL color Cylindrical-coordinate representation of color #35BACB: hue angle of 186.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 #35BACB is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB53186203-
CMYK0.740.0800.20
HSL186.8º59.06%50.2%-
HSV(B)186.8º73.89%79.61%-
XYZ29.8140.1962.69-
YUV148.17158.9460.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.99%
GREEN value IS 186 (73.05% from 255) = 42.08%
BLUE value IS 203 (79.69% from 255) = 45.93%
R=11.99%
G=42.08%
B=45.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531862030.740.0800.20186.859.0650.2
Hex35BACB4A8014bb3b32
Octal65272313112100242737362
Binary11010110111010110010111001010100001010010111011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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