Shades of Glacier #71AEBD
Tints of Glacier #71AEBD
RGB
CMYK
RGB Variations
Color information
#71AEBD (or 0x71AEBD) is known color: Glacier. HEX triplet: 71, AE and BD. RGB value is (113,174,189). Sum of RGB (Red+Green+Blue) = 113+174+189=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #71AEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AEBD is #8E5142. Grayscale: #9D9D9D. Windows color (decimal): -9326915 or 12430961. OLE color: 12430961.
HSL color Cylindrical-coordinate representation of color #71AEBD: hue angle of 191.84º degrees, saturation: 0.37, 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 #71AEBD is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 174 | 189 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.26 |
| HSL | 191.84º | 0.37% | 0.59% | - |
| HSV(B) | 191.84º | 0.4% | 0.74% | - |
| XYZ | 31.13 | 37.46 | 53.73 | - |
| YUV | 157.47 | 145.79 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 174 | 189 | 0.40 | 0.08 | 0 | 0.26 | 191.84 | 0.37 | 0.59 |
| Hex | 71 | AE | BD | 28 | 8 | 0 | 1A | C0 | 25 | 3B |
| Octal | 161 | 256 | 275 | 50 | 10 | 0 | 32 | 300 | 45 | 73 |
| Binary | 1110001 | 10101110 | 10111101 | 101000 | 1000 | 0 | 11010 | 11000000 | 100101 | 111011 |
Color Harmonies of #71AEBD
Complementary color
Monochromatic Colors of #71AEBD
Black with #71AEBD
Text Example
Text Example
White with #71AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AEBD; }
p { color: rgb(113,174,189); }
H1.HeaderClassName
{
color: #71AEBD;
}
.AnyTagClassName
{
color: #71AEBD;
}
</style>
background-color css
<style>
a { background-color: #71AEBD; }
a { background-color: rgb(113,174,189); }
div.DivClassName
{
background-color: #71AEBD;
}
.BgClassName
{
background-color: #71AEBD;
}
</style>
border-color css
<style>
span { border-color: #71AEBD; }
span { border-color: rgb(113,174,189); }
td.TdClassName
{
border-color: #71AEBD;
}
.TagClassName
{
border-color: #71AEBD;
}
</style>