#72AABD

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

Shades of Glacier #72AABD

Tints of Glacier #72AABD

Color information

#72AABD (or 0x72AABD) is unknown color: approx Glacier. HEX triplet: 72, AA and BD. RGB value is (114,170,189). Sum of RGB (Red+Green+Blue) = 114+170+189=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #72AABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AABD is #8D5542. Grayscale: #9B9B9B. Windows color (decimal): -9262403 or 12429938. OLE color: 12429938.

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

Color convert

RGB114170189-
CMYK0.400.1000.26
HSL195.2º36.23%59.41%-
HSV(B)195.2º39.68%74.12%-
XYZ30.53653.49-
YUV155.42146.9598.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.10%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=24.10%
G=35.94%
B=39.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141701890.400.1000.26195.236.2359.41
Hex72AABD28A01Ac3243b
Octal16225227550120323034473
Binary11100101010101010111101101000101001101011000011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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