#72ABB6

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

Shades of Glacier #72ABB6

Tints of Glacier #72ABB6

Color information

#72ABB6 (or 0x72ABB6) is unknown color: approx Glacier. HEX triplet: 72, AB and B6. RGB value is (114,171,182). Sum of RGB (Red+Green+Blue) = 114+171+182=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 182 - color contains mainly: blue. Hex color #72ABB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABB6 is #8D5449. Grayscale: #9B9B9B. Windows color (decimal): -9262154 or 11971442. OLE color: 11971442.

HSL color Cylindrical-coordinate representation of color #72ABB6: hue angle of 189.71º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72ABB6 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB114171182-
CMYK0.370.0600.29
HSL189.71º31.78%58.04%-
HSV(B)189.71º37.36%71.37%-
XYZ29.9536.0849.64-
YUV155.21143.1298.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.41%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 182 (71.48% from 255) = 38.97%
R=24.41%
G=36.62%
B=38.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141711820.370.0600.29189.7131.7858.04
Hex72ABB625601Dbe203a
Octal1622532664560352764072
Binary1110010101010111011011010010111001110110111110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,171,182); }

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

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

 a { background-color: rgb(114,171,182); }

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

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

 span { border-color: rgb(114,171,182); }

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