Shades of Glacier #71A4C3
Tints of Glacier #71A4C3
RGB
CMYK
RGB Variations
Color information
#71A4C3 (or 0x71A4C3) is known color: Glacier. HEX triplet: 71, A4 and C3. RGB value is (113,164,195). Sum of RGB (Red+Green+Blue) = 113+164+195=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #71A4C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A4C3 is #8E5B3C. Grayscale: #989898. Windows color (decimal): -9329469 or 12821617. OLE color: 12821617.
HSL color Cylindrical-coordinate representation of color #71A4C3: hue angle of 202.68º 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 #71A4C3 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 164 | 195 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.24 |
| HSL | 202.68º | 0.41% | 0.6% | - |
| HSV(B) | 202.68º | 0.42% | 0.76% | - |
| XYZ | 29.94 | 34 | 56.61 | - |
| YUV | 152.29 | 152.1 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 164 | 195 | 0.42 | 0.16 | 0 | 0.24 | 202.68 | 0.41 | 0.6 |
| Hex | 71 | A4 | C3 | 2A | 10 | 0 | 18 | CB | 29 | 3C |
| Octal | 161 | 244 | 303 | 52 | 20 | 0 | 30 | 313 | 51 | 74 |
| Binary | 1110001 | 10100100 | 11000011 | 101010 | 10000 | 0 | 11000 | 11001011 | 101001 | 111100 |
Color Harmonies of #71A4C3
Complementary color
Monochromatic Colors of #71A4C3
Black with #71A4C3
Text Example
Text Example
White with #71A4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A4C3; }
p { color: rgb(113,164,195); }
H1.HeaderClassName
{
color: #71A4C3;
}
.AnyTagClassName
{
color: #71A4C3;
}
</style>
background-color css
<style>
a { background-color: #71A4C3; }
a { background-color: rgb(113,164,195); }
div.DivClassName
{
background-color: #71A4C3;
}
.BgClassName
{
background-color: #71A4C3;
}
</style>
border-color css
<style>
span { border-color: #71A4C3; }
span { border-color: rgb(113,164,195); }
td.TdClassName
{
border-color: #71A4C3;
}
.TagClassName
{
border-color: #71A4C3;
}
</style>