Shades of Glacier #71A6BD
Tints of Glacier #71A6BD
RGB
CMYK
RGB Variations
Color information
#71A6BD (or 0x71A6BD) is known color: Glacier. HEX triplet: 71, A6 and BD. RGB value is (113,166,189). Sum of RGB (Red+Green+Blue) = 113+166+189=468 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.15% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #71A6BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A6BD is #8E5942. Grayscale: #989898. Windows color (decimal): -9328963 or 12428913. OLE color: 12428913.
HSL color Cylindrical-coordinate representation of color #71A6BD: hue angle of 198.16º 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 #71A6BD is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 166 | 189 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.26 |
| HSL | 198.16º | 0.37% | 0.59% | - |
| HSV(B) | 198.16º | 0.4% | 0.74% | - |
| XYZ | 29.63 | 34.46 | 53.23 | - |
| YUV | 152.78 | 148.44 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 166 | 189 | 0.40 | 0.12 | 0 | 0.26 | 198.16 | 0.37 | 0.59 |
| Hex | 71 | A6 | BD | 28 | C | 0 | 1A | C6 | 25 | 3B |
| Octal | 161 | 246 | 275 | 50 | 14 | 0 | 32 | 306 | 45 | 73 |
| Binary | 1110001 | 10100110 | 10111101 | 101000 | 1100 | 0 | 11010 | 11000110 | 100101 | 111011 |
Color Harmonies of #71A6BD
Complementary color
Monochromatic Colors of #71A6BD
Black with #71A6BD
Text Example
Text Example
White with #71A6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A6BD; }
p { color: rgb(113,166,189); }
H1.HeaderClassName
{
color: #71A6BD;
}
.AnyTagClassName
{
color: #71A6BD;
}
</style>
background-color css
<style>
a { background-color: #71A6BD; }
a { background-color: rgb(113,166,189); }
div.DivClassName
{
background-color: #71A6BD;
}
.BgClassName
{
background-color: #71A6BD;
}
</style>
border-color css
<style>
span { border-color: #71A6BD; }
span { border-color: rgb(113,166,189); }
td.TdClassName
{
border-color: #71A6BD;
}
.TagClassName
{
border-color: #71A6BD;
}
</style>