#72AEBF

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

Shades of Glacier #72AEBF

Tints of Glacier #72AEBF

Color information

#72AEBF (or 0x72AEBF) is unknown color: approx Glacier. HEX triplet: 72, AE and BF. RGB value is (114,174,191). Sum of RGB (Red+Green+Blue) = 114+174+191=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #72AEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AEBF is #8D5140. Grayscale: #9D9D9D. Windows color (decimal): -9261377 or 12562034. OLE color: 12562034.

HSL color Cylindrical-coordinate representation of color #72AEBF: hue angle of 193.25º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72AEBF is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114174191-
CMYK0.400.0900.25
HSL193.25º37.56%59.8%-
HSV(B)193.25º40.31%74.9%-
XYZ31.4837.6154.89-
YUV158146.6296.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.80%
GREEN value IS 174 (68.36% from 255) = 36.33%
BLUE value IS 191 (75% from 255) = 39.87%
R=23.80%
G=36.33%
B=39.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141741910.400.0900.25193.2537.5659.8
Hex72AEBF289019c1263c
Octal16225627750110313014674
Binary11100101010111010111111101000100101100111000001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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