#72AABF

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

Shades of Glacier #72AABF

Tints of Glacier #72AABF

Color information

#72AABF (or 0x72AABF) is unknown color: approx Glacier. HEX triplet: 72, AA and BF. RGB value is (114,170,191). Sum of RGB (Red+Green+Blue) = 114+170+191=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #72AABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AABF is #8D5540. Grayscale: #9B9B9B. Windows color (decimal): -9262401 or 12561010. OLE color: 12561010.

HSL color Cylindrical-coordinate representation of color #72AABF: hue angle of 196.36º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72AABF is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114170191-
CMYK0.400.1100.25
HSL196.36º37.56%59.8%-
HSV(B)196.36º40.31%74.9%-
XYZ30.7236.0954.64-
YUV155.65147.9598.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 191 (75% from 255) = 40.21%
R=24%
G=35.79%
B=40.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141701910.400.1100.25196.3637.5659.8
Hex72AABF28B019c4263c
Octal16225227750130313044674
Binary11100101010101010111111101000101101100111000100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,170,191); }

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

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

 a { background-color: rgb(114,170,191); }

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

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

 span { border-color: rgb(114,170,191); }

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