#72AEBD

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

Shades of Glacier #72AEBD

Tints of Glacier #72AEBD

Color information

#72AEBD (or 0x72AEBD) is unknown color: approx Glacier. HEX triplet: 72, AE and BD. RGB value is (114,174,189). Sum of RGB (Red+Green+Blue) = 114+174+189=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #72AEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AEBD is #8D5142. Grayscale: #9D9D9D. Windows color (decimal): -9261379 or 12430962. OLE color: 12430962.

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

Color convert

RGB114174189-
CMYK0.400.0800.26
HSL192º36.23%59.41%-
HSV(B)192º39.68%74.12%-
XYZ31.2637.5253.74-
YUV157.77145.6296.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.90%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=23.90%
G=36.48%
B=39.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141741890.400.0800.2619236.2359.41
Hex72AEBD28801Ac0243b
Octal16225627550100323004473
Binary11100101010111010111101101000100001101011000000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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