Shades of Glacier #72AFB8
Tints of Glacier #72AFB8
RGB
CMYK
RGB Variations
Color information
#72AFB8 (or 0x72AFB8) is known color: Glacier. HEX triplet: 72, AF and B8. RGB value is (114,175,184). Sum of RGB (Red+Green+Blue) = 114+175+184=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 184 - color contains mainly: blue. Hex color #72AFB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AFB8 is #8D5047. Grayscale: #9D9D9D. Windows color (decimal): -9261128 or 12103538. OLE color: 12103538.
HSL color Cylindrical-coordinate representation of color #72AFB8: hue angle of 187.71º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72AFB8 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 175 | 184 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.28 |
| HSL | 187.71º | 0.33% | 0.58% | - |
| HSV(B) | 187.71º | 0.38% | 0.72% | - |
| XYZ | 30.92 | 37.7 | 50.99 | - |
| YUV | 157.79 | 142.79 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 175 | 184 | 0.38 | 0.05 | 0 | 0.28 | 187.71 | 0.33 | 0.58 |
| Hex | 72 | AF | B8 | 26 | 5 | 0 | 1C | BC | 21 | 3A |
| Octal | 162 | 257 | 270 | 46 | 5 | 0 | 34 | 274 | 41 | 72 |
| Binary | 1110010 | 10101111 | 10111000 | 100110 | 101 | 0 | 11100 | 10111100 | 100001 | 111010 |
Color Harmonies of #72AFB8
Complementary color
Monochromatic Colors of #72AFB8
Black with #72AFB8
Text Example
Text Example
White with #72AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AFB8; }
p { color: rgb(114,175,184); }
H1.HeaderClassName
{
color: #72AFB8;
}
.AnyTagClassName
{
color: #72AFB8;
}
</style>
background-color css
<style>
a { background-color: #72AFB8; }
a { background-color: rgb(114,175,184); }
div.DivClassName
{
background-color: #72AFB8;
}
.BgClassName
{
background-color: #72AFB8;
}
</style>
border-color css
<style>
span { border-color: #72AFB8; }
span { border-color: rgb(114,175,184); }
td.TdClassName
{
border-color: #72AFB8;
}
.TagClassName
{
border-color: #72AFB8;
}
</style>