#72AABC

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

Shades of Glacier #72AABC

Tints of Glacier #72AABC

Color information

#72AABC (or 0x72AABC) is unknown color: approx Glacier. HEX triplet: 72, AA and BC. RGB value is (114,170,188). Sum of RGB (Red+Green+Blue) = 114+170+188=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #72AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AABC is #8D5543. Grayscale: #9B9B9B. Windows color (decimal): -9262404 or 12364402. OLE color: 12364402.

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

Color convert

RGB114170188-
CMYK0.390.1000.26
HSL194.59º35.58%59.22%-
HSV(B)194.59º39.36%73.73%-
XYZ30.3935.9652.92-
YUV155.31146.4598.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.15%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=24.15%
G=36.02%
B=39.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141701880.390.1000.26194.5935.5859.22
Hex72AABC27A01Ac3243b
Octal16225227447120323034473
Binary11100101010101010111100100111101001101011000011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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