#72AABE

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

Shades of Glacier #72AABE

Tints of Glacier #72AABE

Color information

#72AABE (or 0x72AABE) is unknown color: approx Glacier. HEX triplet: 72, AA and BE. RGB value is (114,170,190). Sum of RGB (Red+Green+Blue) = 114+170+190=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #72AABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AABE is #8D5541. Grayscale: #9B9B9B. Windows color (decimal): -9262402 or 12495474. OLE color: 12495474.

HSL color Cylindrical-coordinate representation of color #72AABE: hue angle of 195.79º degrees, saturation: 0.37, 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 #72AABE is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114170190-
CMYK0.400.1100.25
HSL195.79º36.89%59.61%-
HSV(B)195.79º40%74.51%-
XYZ30.6136.0454.06-
YUV155.54147.4598.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.05%
GREEN value IS 170 (66.80% from 255) = 35.86%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=24.05%
G=35.86%
B=40.08%

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
Decimal1141701900.400.1100.25195.7936.8959.61
Hex72AABE28B019c4253c
Octal16225227650130313044574
Binary11100101010101010111110101000101101100111000100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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