Shades of Glacier #71AEBC
Tints of Glacier #71AEBC
RGB
CMYK
RGB Variations
Color information
#71AEBC (or 0x71AEBC) is known color: Glacier. HEX triplet: 71, AE and BC. RGB value is (113,174,188). Sum of RGB (Red+Green+Blue) = 113+174+188=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #71AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AEBC is #8E5143. Grayscale: #9D9D9D. Windows color (decimal): -9326916 or 12365425. OLE color: 12365425.
HSL color Cylindrical-coordinate representation of color #71AEBC: hue angle of 191.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71AEBC is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 174 | 188 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.26 |
| HSL | 191.2º | 0.36% | 0.59% | - |
| HSV(B) | 191.2º | 0.4% | 0.74% | - |
| XYZ | 31.02 | 37.41 | 53.16 | - |
| YUV | 157.36 | 145.29 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 174 | 188 | 0.40 | 0.07 | 0 | 0.26 | 191.2 | 0.36 | 0.59 |
| Hex | 71 | AE | BC | 28 | 7 | 0 | 1A | BF | 24 | 3B |
| Octal | 161 | 256 | 274 | 50 | 7 | 0 | 32 | 277 | 44 | 73 |
| Binary | 1110001 | 10101110 | 10111100 | 101000 | 111 | 0 | 11010 | 10111111 | 100100 | 111011 |
Color Harmonies of #71AEBC
Complementary color
Monochromatic Colors of #71AEBC
Black with #71AEBC
Text Example
Text Example
White with #71AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AEBC; }
p { color: rgb(113,174,188); }
H1.HeaderClassName
{
color: #71AEBC;
}
.AnyTagClassName
{
color: #71AEBC;
}
</style>
background-color css
<style>
a { background-color: #71AEBC; }
a { background-color: rgb(113,174,188); }
div.DivClassName
{
background-color: #71AEBC;
}
.BgClassName
{
background-color: #71AEBC;
}
</style>
border-color css
<style>
span { border-color: #71AEBC; }
span { border-color: rgb(113,174,188); }
td.TdClassName
{
border-color: #71AEBC;
}
.TagClassName
{
border-color: #71AEBC;
}
</style>