Shades of Glacier #71BBC3
Tints of Glacier #71BBC3
RGB
CMYK
RGB Variations
Color information
#71BBC3 (or 0x71BBC3) is known color: Glacier. HEX triplet: 71, BB and C3. RGB value is (113,187,195). Sum of RGB (Red+Green+Blue) = 113+187+195=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 195 - color contains mainly: blue. Hex color #71BBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BBC3 is #8E443C. Grayscale: #A5A5A5. Windows color (decimal): -9323581 or 12827505. OLE color: 12827505.
HSL color Cylindrical-coordinate representation of color #71BBC3: hue angle of 185.85º 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 #71BBC3 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 187 | 195 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.24 |
| HSL | 185.85º | 0.41% | 0.6% | - |
| HSV(B) | 185.85º | 0.42% | 0.76% | - |
| XYZ | 34.43 | 42.99 | 58.11 | - |
| YUV | 165.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 195 | 0.42 | 0.04 | 0 | 0.24 | 185.85 | 0.41 | 0.6 |
| Hex | 71 | BB | C3 | 2A | 4 | 0 | 18 | BA | 29 | 3C |
| Octal | 161 | 273 | 303 | 52 | 4 | 0 | 30 | 272 | 51 | 74 |
| Binary | 1110001 | 10111011 | 11000011 | 101010 | 100 | 0 | 11000 | 10111010 | 101001 | 111100 |
Color Harmonies of #71BBC3
Complementary color
Monochromatic Colors of #71BBC3
Black with #71BBC3
Text Example
Text Example
White with #71BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BBC3; }
p { color: rgb(113,187,195); }
H1.HeaderClassName
{
color: #71BBC3;
}
.AnyTagClassName
{
color: #71BBC3;
}
</style>
background-color css
<style>
a { background-color: #71BBC3; }
a { background-color: rgb(113,187,195); }
div.DivClassName
{
background-color: #71BBC3;
}
.BgClassName
{
background-color: #71BBC3;
}
</style>
border-color css
<style>
span { border-color: #71BBC3; }
span { border-color: rgb(113,187,195); }
td.TdClassName
{
border-color: #71BBC3;
}
.TagClassName
{
border-color: #71BBC3;
}
</style>