Shades of Glacier #71BAC1
Tints of Glacier #71BAC1
RGB
CMYK
RGB Variations
Color information
#71BAC1 (or 0x71BAC1) is known color: Glacier. HEX triplet: 71, BA and C1. RGB value is (113,186,193). Sum of RGB (Red+Green+Blue) = 113+186+193=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #71BAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BAC1 is #8E453E. Grayscale: #A4A4A4. Windows color (decimal): -9323839 or 12696177. OLE color: 12696177.
HSL color Cylindrical-coordinate representation of color #71BAC1: hue angle of 185.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BAC1 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 186 | 193 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.24 |
| HSL | 185.25º | 0.39% | 0.6% | - |
| HSV(B) | 185.25º | 0.41% | 0.76% | - |
| XYZ | 33.99 | 42.48 | 56.86 | - |
| YUV | 164.97 | 143.82 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 193 | 0.41 | 0.04 | 0 | 0.24 | 185.25 | 0.39 | 0.6 |
| Hex | 71 | BA | C1 | 29 | 4 | 0 | 18 | B9 | 27 | 3C |
| Octal | 161 | 272 | 301 | 51 | 4 | 0 | 30 | 271 | 47 | 74 |
| Binary | 1110001 | 10111010 | 11000001 | 101001 | 100 | 0 | 11000 | 10111001 | 100111 | 111100 |
Color Harmonies of #71BAC1
Complementary color
Monochromatic Colors of #71BAC1
Black with #71BAC1
Text Example
Text Example
White with #71BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BAC1; }
p { color: rgb(113,186,193); }
H1.HeaderClassName
{
color: #71BAC1;
}
.AnyTagClassName
{
color: #71BAC1;
}
</style>
background-color css
<style>
a { background-color: #71BAC1; }
a { background-color: rgb(113,186,193); }
div.DivClassName
{
background-color: #71BAC1;
}
.BgClassName
{
background-color: #71BAC1;
}
</style>
border-color css
<style>
span { border-color: #71BAC1; }
span { border-color: rgb(113,186,193); }
td.TdClassName
{
border-color: #71BAC1;
}
.TagClassName
{
border-color: #71BAC1;
}
</style>