Shades of Glacier #71BDC7
Tints of Glacier #71BDC7
RGB
CMYK
RGB Variations
Color information
#71BDC7 (or 0x71BDC7) is known color: Glacier. HEX triplet: 71, BD and C7. RGB value is (113,189,199). Sum of RGB (Red+Green+Blue) = 113+189+199=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 199 - color contains mainly: blue. Hex color #71BDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BDC7 is #8E4238. Grayscale: #A7A7A7. Windows color (decimal): -9323065 or 13090161. OLE color: 13090161.
HSL color Cylindrical-coordinate representation of color #71BDC7: hue angle of 186.98º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71BDC7 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 189 | 199 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.22 |
| HSL | 186.98º | 0.43% | 0.61% | - |
| HSV(B) | 186.98º | 0.43% | 0.78% | - |
| XYZ | 35.32 | 44.03 | 60.67 | - |
| YUV | 167.42 | 145.82 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 199 | 0.43 | 0.05 | 0 | 0.22 | 186.98 | 0.43 | 0.61 |
| Hex | 71 | BD | C7 | 2B | 5 | 0 | 16 | BB | 2B | 3D |
| Octal | 161 | 275 | 307 | 53 | 5 | 0 | 26 | 273 | 53 | 75 |
| Binary | 1110001 | 10111101 | 11000111 | 101011 | 101 | 0 | 10110 | 10111011 | 101011 | 111101 |
Color Harmonies of #71BDC7
Complementary color
Monochromatic Colors of #71BDC7
Black with #71BDC7
Text Example
Text Example
White with #71BDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BDC7; }
p { color: rgb(113,189,199); }
H1.HeaderClassName
{
color: #71BDC7;
}
.AnyTagClassName
{
color: #71BDC7;
}
</style>
background-color css
<style>
a { background-color: #71BDC7; }
a { background-color: rgb(113,189,199); }
div.DivClassName
{
background-color: #71BDC7;
}
.BgClassName
{
background-color: #71BDC7;
}
</style>
border-color css
<style>
span { border-color: #71BDC7; }
span { border-color: rgb(113,189,199); }
td.TdClassName
{
border-color: #71BDC7;
}
.TagClassName
{
border-color: #71BDC7;
}
</style>