Shades of Glacier #71B0C3
Tints of Glacier #71B0C3
RGB
CMYK
RGB Variations
Color information
#71B0C3 (or 0x71B0C3) is known color: Glacier. HEX triplet: 71, B0 and C3. RGB value is (113,176,195). Sum of RGB (Red+Green+Blue) = 113+176+195=484 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.35% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 195 - color contains mainly: blue. Hex color #71B0C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B0C3 is #8E4F3C. Grayscale: #9F9F9F. Windows color (decimal): -9326397 or 12824689. OLE color: 12824689.
HSL color Cylindrical-coordinate representation of color #71B0C3: hue angle of 193.9º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71B0C3 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 176 | 195 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.24 |
| HSL | 193.9º | 0.41% | 0.6% | - |
| HSV(B) | 193.9º | 0.42% | 0.76% | - |
| XYZ | 32.19 | 38.5 | 57.36 | - |
| YUV | 159.33 | 148.13 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 176 | 195 | 0.42 | 0.10 | 0 | 0.24 | 193.9 | 0.41 | 0.6 |
| Hex | 71 | B0 | C3 | 2A | A | 0 | 18 | C2 | 29 | 3C |
| Octal | 161 | 260 | 303 | 52 | 12 | 0 | 30 | 302 | 51 | 74 |
| Binary | 1110001 | 10110000 | 11000011 | 101010 | 1010 | 0 | 11000 | 11000010 | 101001 | 111100 |
Color Harmonies of #71B0C3
Complementary color
Monochromatic Colors of #71B0C3
Black with #71B0C3
Text Example
Text Example
White with #71B0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B0C3; }
p { color: rgb(113,176,195); }
H1.HeaderClassName
{
color: #71B0C3;
}
.AnyTagClassName
{
color: #71B0C3;
}
</style>
background-color css
<style>
a { background-color: #71B0C3; }
a { background-color: rgb(113,176,195); }
div.DivClassName
{
background-color: #71B0C3;
}
.BgClassName
{
background-color: #71B0C3;
}
</style>
border-color css
<style>
span { border-color: #71B0C3; }
span { border-color: rgb(113,176,195); }
td.TdClassName
{
border-color: #71B0C3;
}
.TagClassName
{
border-color: #71B0C3;
}
</style>