#72AEBC

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

Shades of Glacier #72AEBC

Tints of Glacier #72AEBC

Color information

#72AEBC (or 0x72AEBC) is unknown color: approx Glacier. HEX triplet: 72, AE and BC. RGB value is (114,174,188). Sum of RGB (Red+Green+Blue) = 114+174+188=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #72AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AEBC is #8D5143. Grayscale: #9D9D9D. Windows color (decimal): -9261380 or 12365426. OLE color: 12365426.

HSL color Cylindrical-coordinate representation of color #72AEBC: hue angle of 191.35º 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 #72AEBC is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114174188-
CMYK0.390.0700.26
HSL191.35º35.58%59.22%-
HSV(B)191.35º39.36%73.73%-
XYZ31.1537.4853.17-
YUV157.66145.1296.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.95%
GREEN value IS 174 (68.36% from 255) = 36.55%
BLUE value IS 188 (73.83% from 255) = 39.50%
R=23.95%
G=36.55%
B=39.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141741880.390.0700.26191.3535.5859.22
Hex72AEBC27701Abf243b
Octal1622562744770322774473
Binary1110010101011101011110010011111101101010111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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