Shades of Spray #86C2DD
Tints of Spray #86C2DD
RGB
CMYK
RGB Variations
Color information
#86C2DD (or 0x86C2DD) is known color: Spray. HEX triplet: 86, C2 and DD. RGB value is (134,194,221). Sum of RGB (Red+Green+Blue) = 134+194+221=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #86C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C2DD is #793D22. Grayscale: #B2B2B2. Windows color (decimal): -7945507 or 14533254. OLE color: 14533254.
HSL color Cylindrical-coordinate representation of color #86C2DD: hue angle of 198.62º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86C2DD is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 194 | 221 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.13 |
| HSL | 198.62º | 0.56% | 0.7% | - |
| HSV(B) | 198.62º | 0.39% | 0.87% | - |
| XYZ | 42.17 | 48.87 | 75.62 | - |
| YUV | 179.14 | 151.62 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 194 | 221 | 0.39 | 0.12 | 0 | 0.13 | 198.62 | 0.56 | 0.7 |
| Hex | 86 | C2 | DD | 27 | C | 0 | D | C7 | 38 | 46 |
| Octal | 206 | 302 | 335 | 47 | 14 | 0 | 15 | 307 | 70 | 106 |
| Binary | 10000110 | 11000010 | 11011101 | 100111 | 1100 | 0 | 1101 | 11000111 | 111000 | 1000110 |
Color Harmonies of #86C2DD
Complementary color
Monochromatic Colors of #86C2DD
Black with #86C2DD
Text Example
Text Example
White with #86C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C2DD; }
p { color: rgb(134,194,221); }
H1.HeaderClassName
{
color: #86C2DD;
}
.AnyTagClassName
{
color: #86C2DD;
}
</style>
background-color css
<style>
a { background-color: #86C2DD; }
a { background-color: rgb(134,194,221); }
div.DivClassName
{
background-color: #86C2DD;
}
.BgClassName
{
background-color: #86C2DD;
}
</style>
border-color css
<style>
span { border-color: #86C2DD; }
span { border-color: rgb(134,194,221); }
td.TdClassName
{
border-color: #86C2DD;
}
.TagClassName
{
border-color: #86C2DD;
}
</style>