Shades of Glacier #71BCC3
Tints of Glacier #71BCC3
RGB
CMYK
RGB Variations
Color information
#71BCC3 (or 0x71BCC3) is known color: Glacier. HEX triplet: 71, BC and C3. RGB value is (113,188,195). Sum of RGB (Red+Green+Blue) = 113+188+195=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 195 - color contains mainly: blue. Hex color #71BCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BCC3 is #8E433C. Grayscale: #A6A6A6. Windows color (decimal): -9323325 or 12827761. OLE color: 12827761.
HSL color Cylindrical-coordinate representation of color #71BCC3: hue angle of 185.12º 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 #71BCC3 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 188 | 195 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.24 |
| HSL | 185.12º | 0.41% | 0.6% | - |
| HSV(B) | 185.12º | 0.42% | 0.76% | - |
| XYZ | 34.64 | 43.42 | 58.18 | - |
| YUV | 166.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 195 | 0.42 | 0.04 | 0 | 0.24 | 185.12 | 0.41 | 0.6 |
| Hex | 71 | BC | C3 | 2A | 4 | 0 | 18 | B9 | 29 | 3C |
| Octal | 161 | 274 | 303 | 52 | 4 | 0 | 30 | 271 | 51 | 74 |
| Binary | 1110001 | 10111100 | 11000011 | 101010 | 100 | 0 | 11000 | 10111001 | 101001 | 111100 |
Color Harmonies of #71BCC3
Complementary color
Monochromatic Colors of #71BCC3
Black with #71BCC3
Text Example
Text Example
White with #71BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BCC3; }
p { color: rgb(113,188,195); }
H1.HeaderClassName
{
color: #71BCC3;
}
.AnyTagClassName
{
color: #71BCC3;
}
</style>
background-color css
<style>
a { background-color: #71BCC3; }
a { background-color: rgb(113,188,195); }
div.DivClassName
{
background-color: #71BCC3;
}
.BgClassName
{
background-color: #71BCC3;
}
</style>
border-color css
<style>
span { border-color: #71BCC3; }
span { border-color: rgb(113,188,195); }
td.TdClassName
{
border-color: #71BCC3;
}
.TagClassName
{
border-color: #71BCC3;
}
</style>