#72AFBE

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

Shades of Glacier #72AFBE

Tints of Glacier #72AFBE

Color information

#72AFBE (or 0x72AFBE) is unknown color: approx Glacier. HEX triplet: 72, AF and BE. RGB value is (114,175,190). Sum of RGB (Red+Green+Blue) = 114+175+190=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #72AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AFBE is #8D5041. Grayscale: #9E9E9E. Windows color (decimal): -9261122 or 12496754. OLE color: 12496754.

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

Color convert

RGB114175190-
CMYK0.400.0800.25
HSL191.84º36.89%59.61%-
HSV(B)191.84º40%74.51%-
XYZ31.5637.9654.38-
YUV158.47145.7996.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.80%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=23.80%
G=36.53%
B=39.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141751900.400.0800.25191.8436.8959.61
Hex72AFBE288019c0253c
Octal16225727650100313004574
Binary11100101010111110111110101000100001100111000000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,175,190); }

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

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

 a { background-color: rgb(114,175,190); }

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

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

 span { border-color: rgb(114,175,190); }

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