#72B2BD

Color #72B2BD Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #72B2BD

Tints of Glacier #72B2BD

Color information

#72B2BD (or 0x72B2BD) is unknown color: approx Glacier. HEX triplet: 72, B2 and BD. RGB value is (114,178,189). Sum of RGB (Red+Green+Blue) = 114+178+189=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #72B2BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B2BD is #8D4D42. Grayscale: #A0A0A0. Windows color (decimal): -9260355 or 12431986. OLE color: 12431986.

HSL color Cylindrical-coordinate representation of color #72B2BD: hue angle of 188.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72B2BD is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114178189-
CMYK0.400.0600.26
HSL188.8º36.23%59.41%-
HSV(B)188.8º39.68%74.12%-
XYZ32.0539.0954-
YUV160.12144.395.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.70%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=23.70%
G=37.01%
B=39.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141781890.400.0600.26188.836.2359.41
Hex72B2BD28601Abd243b
Octal1622622755060322754473
Binary1110010101100101011110110100011001101010111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72B2BD; }

 p { color: rgb(114,178,189); }

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

<style>
 a { background-color: #72B2BD; }

 a { background-color: rgb(114,178,189); }

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

<style>
 span { border-color: #72B2BD; }

 span { border-color: rgb(114,178,189); }

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