#72AEBB

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

Shades of Glacier #72AEBB

Tints of Glacier #72AEBB

Color information

#72AEBB (or 0x72AEBB) is unknown color: approx Glacier. HEX triplet: 72, AE and BB. RGB value is (114,174,187). Sum of RGB (Red+Green+Blue) = 114+174+187=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #72AEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AEBB is #8D5144. Grayscale: #9D9D9D. Windows color (decimal): -9261381 or 12299890. OLE color: 12299890.

HSL color Cylindrical-coordinate representation of color #72AEBB: hue angle of 190.68º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72AEBB is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114174187-
CMYK0.390.0700.27
HSL190.68º34.93%59.02%-
HSV(B)190.68º39.04%73.33%-
XYZ31.0537.4452.6-
YUV157.54144.6296.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=24%
G=36.63%
B=39.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141741870.390.0700.27190.6834.9359.02
Hex72AEBB27701Bbf233b
Octal1622562734770332774373
Binary1110010101011101011101110011111101101110111111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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