Shades of Glacier #72ADC1
Tints of Glacier #72ADC1
RGB
CMYK
RGB Variations
Color information
#72ADC1 (or 0x72ADC1) is known color: Glacier. HEX triplet: 72, AD and C1. RGB value is (114,173,193). Sum of RGB (Red+Green+Blue) = 114+173+193=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #72ADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADC1 is #8D523E. Grayscale: #9D9D9D. Windows color (decimal): -9261631 or 12692850. OLE color: 12692850.
HSL color Cylindrical-coordinate representation of color #72ADC1: hue angle of 195.19º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72ADC1 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 173 | 193 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.24 |
| HSL | 195.19º | 0.39% | 0.6% | - |
| HSV(B) | 195.19º | 0.41% | 0.76% | - |
| XYZ | 31.51 | 37.31 | 55.99 | - |
| YUV | 157.64 | 147.95 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 193 | 0.41 | 0.10 | 0 | 0.24 | 195.19 | 0.39 | 0.6 |
| Hex | 72 | AD | C1 | 29 | A | 0 | 18 | C3 | 27 | 3C |
| Octal | 162 | 255 | 301 | 51 | 12 | 0 | 30 | 303 | 47 | 74 |
| Binary | 1110010 | 10101101 | 11000001 | 101001 | 1010 | 0 | 11000 | 11000011 | 100111 | 111100 |
Color Harmonies of #72ADC1
Complementary color
Monochromatic Colors of #72ADC1
Black with #72ADC1
Text Example
Text Example
White with #72ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ADC1; }
p { color: rgb(114,173,193); }
H1.HeaderClassName
{
color: #72ADC1;
}
.AnyTagClassName
{
color: #72ADC1;
}
</style>
background-color css
<style>
a { background-color: #72ADC1; }
a { background-color: rgb(114,173,193); }
div.DivClassName
{
background-color: #72ADC1;
}
.BgClassName
{
background-color: #72ADC1;
}
</style>
border-color css
<style>
span { border-color: #72ADC1; }
span { border-color: rgb(114,173,193); }
td.TdClassName
{
border-color: #72ADC1;
}
.TagClassName
{
border-color: #72ADC1;
}
</style>