Shades of Glacier #72ADC7
Tints of Glacier #72ADC7
RGB
CMYK
RGB Variations
Color information
#72ADC7 (or 0x72ADC7) is known color: Glacier. HEX triplet: 72, AD and C7. RGB value is (114,173,199). Sum of RGB (Red+Green+Blue) = 114+173+199=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 199 - color contains mainly: blue. Hex color #72ADC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADC7 is #8D5238. Grayscale: #9E9E9E. Windows color (decimal): -9261625 or 13086066. OLE color: 13086066.
HSL color Cylindrical-coordinate representation of color #72ADC7: hue angle of 198.35º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72ADC7 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 173 | 199 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.22 |
| HSL | 198.35º | 0.43% | 0.61% | - |
| HSV(B) | 198.35º | 0.43% | 0.78% | - |
| XYZ | 32.19 | 37.59 | 59.59 | - |
| YUV | 158.32 | 150.95 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 199 | 0.43 | 0.13 | 0 | 0.22 | 198.35 | 0.43 | 0.61 |
| Hex | 72 | AD | C7 | 2B | D | 0 | 16 | C6 | 2B | 3D |
| Octal | 162 | 255 | 307 | 53 | 15 | 0 | 26 | 306 | 53 | 75 |
| Binary | 1110010 | 10101101 | 11000111 | 101011 | 1101 | 0 | 10110 | 11000110 | 101011 | 111101 |
Color Harmonies of #72ADC7
Complementary color
Monochromatic Colors of #72ADC7
Black with #72ADC7
Text Example
Text Example
White with #72ADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ADC7; }
p { color: rgb(114,173,199); }
H1.HeaderClassName
{
color: #72ADC7;
}
.AnyTagClassName
{
color: #72ADC7;
}
</style>
background-color css
<style>
a { background-color: #72ADC7; }
a { background-color: rgb(114,173,199); }
div.DivClassName
{
background-color: #72ADC7;
}
.BgClassName
{
background-color: #72ADC7;
}
</style>
border-color css
<style>
span { border-color: #72ADC7; }
span { border-color: rgb(114,173,199); }
td.TdClassName
{
border-color: #72ADC7;
}
.TagClassName
{
border-color: #72ADC7;
}
</style>