Shades of Glacier #71AFBC
Tints of Glacier #71AFBC
RGB
CMYK
RGB Variations
Color information
#71AFBC (or 0x71AFBC) is known color: Glacier. HEX triplet: 71, AF and BC. RGB value is (113,175,188). Sum of RGB (Red+Green+Blue) = 113+175+188=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #71AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AFBC is #8E5043. Grayscale: #9D9D9D. Windows color (decimal): -9326660 or 12365681. OLE color: 12365681.
HSL color Cylindrical-coordinate representation of color #71AFBC: hue angle of 190.4º 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 #71AFBC is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 175 | 188 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.26 |
| HSL | 190.4º | 0.36% | 0.59% | - |
| HSV(B) | 190.4º | 0.4% | 0.74% | - |
| XYZ | 31.22 | 37.8 | 53.23 | - |
| YUV | 157.94 | 144.96 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 175 | 188 | 0.40 | 0.07 | 0 | 0.26 | 190.4 | 0.36 | 0.59 |
| Hex | 71 | AF | BC | 28 | 7 | 0 | 1A | BE | 24 | 3B |
| Octal | 161 | 257 | 274 | 50 | 7 | 0 | 32 | 276 | 44 | 73 |
| Binary | 1110001 | 10101111 | 10111100 | 101000 | 111 | 0 | 11010 | 10111110 | 100100 | 111011 |
Color Harmonies of #71AFBC
Complementary color
Monochromatic Colors of #71AFBC
Black with #71AFBC
Text Example
Text Example
White with #71AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AFBC; }
p { color: rgb(113,175,188); }
H1.HeaderClassName
{
color: #71AFBC;
}
.AnyTagClassName
{
color: #71AFBC;
}
</style>
background-color css
<style>
a { background-color: #71AFBC; }
a { background-color: rgb(113,175,188); }
div.DivClassName
{
background-color: #71AFBC;
}
.BgClassName
{
background-color: #71AFBC;
}
</style>
border-color css
<style>
span { border-color: #71AFBC; }
span { border-color: rgb(113,175,188); }
td.TdClassName
{
border-color: #71AFBC;
}
.TagClassName
{
border-color: #71AFBC;
}
</style>