#72AFBD

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

Shades of Glacier #72AFBD

Tints of Glacier #72AFBD

Color information

#72AFBD (or 0x72AFBD) is unknown color: approx Glacier. HEX triplet: 72, AF and BD. RGB value is (114,175,189). Sum of RGB (Red+Green+Blue) = 114+175+189=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #72AFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AFBD is #8D5042. Grayscale: #9E9E9E. Windows color (decimal): -9261123 or 12431218. OLE color: 12431218.

HSL color Cylindrical-coordinate representation of color #72AFBD: hue angle of 191.2º 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 #72AFBD is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114175189-
CMYK0.400.0700.26
HSL191.2º36.23%59.41%-
HSV(B)191.2º39.68%74.12%-
XYZ31.4537.9153.8-
YUV158.36145.2996.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.85%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=23.85%
G=36.61%
B=39.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141751890.400.0700.26191.236.2359.41
Hex72AFBD28701Abf243b
Octal1622572755070322774473
Binary1110010101011111011110110100011101101010111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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