Shades of Glacier #86AFC2
Tints of Glacier #86AFC2
RGB
CMYK
RGB Variations
Color information
#86AFC2 (or 0x86AFC2) is known color: Glacier. HEX triplet: 86, AF and C2. RGB value is (134,175,194). Sum of RGB (Red+Green+Blue) = 134+175+194=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #86AFC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFC2 is #79503D. Grayscale: #A4A4A4. Windows color (decimal): -7950398 or 12758918. OLE color: 12758918.
HSL color Cylindrical-coordinate representation of color #86AFC2: hue angle of 199º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86AFC2 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 175 | 194 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.24 |
| HSL | 199º | 0.33% | 0.64% | - |
| HSV(B) | 199º | 0.31% | 0.76% | - |
| XYZ | 34.9 | 39.62 | 56.85 | - |
| YUV | 164.91 | 144.42 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 194 | 0.31 | 0.10 | 0 | 0.24 | 199 | 0.33 | 0.64 |
| Hex | 86 | AF | C2 | 1F | A | 0 | 18 | C7 | 21 | 40 |
| Octal | 206 | 257 | 302 | 37 | 12 | 0 | 30 | 307 | 41 | 100 |
| Binary | 10000110 | 10101111 | 11000010 | 11111 | 1010 | 0 | 11000 | 11000111 | 100001 | 1000000 |
Color Harmonies of #86AFC2
Complementary color
Monochromatic Colors of #86AFC2
Black with #86AFC2
Text Example
Text Example
White with #86AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AFC2; }
p { color: rgb(134,175,194); }
H1.HeaderClassName
{
color: #86AFC2;
}
.AnyTagClassName
{
color: #86AFC2;
}
</style>
background-color css
<style>
a { background-color: #86AFC2; }
a { background-color: rgb(134,175,194); }
div.DivClassName
{
background-color: #86AFC2;
}
.BgClassName
{
background-color: #86AFC2;
}
</style>
border-color css
<style>
span { border-color: #86AFC2; }
span { border-color: rgb(134,175,194); }
td.TdClassName
{
border-color: #86AFC2;
}
.TagClassName
{
border-color: #86AFC2;
}
</style>