Shades of Spray #86C9DC
Tints of Spray #86C9DC
RGB
CMYK
RGB Variations
Color information
#86C9DC (or 0x86C9DC) is known color: Spray. HEX triplet: 86, C9 and DC. RGB value is (134,201,220). Sum of RGB (Red+Green+Blue) = 134+201+220=555 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.14% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #86C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C9DC is #793623. Grayscale: #B6B6B6. Windows color (decimal): -7943716 or 14469510. OLE color: 14469510.
HSL color Cylindrical-coordinate representation of color #86C9DC: hue angle of 193.26º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86C9DC is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 201 | 220 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.14 |
| HSL | 193.26º | 0.55% | 0.69% | - |
| HSV(B) | 193.26º | 0.39% | 0.86% | - |
| XYZ | 43.64 | 52.01 | 75.45 | - |
| YUV | 183.13 | 148.8 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 201 | 220 | 0.39 | 0.09 | 0 | 0.14 | 193.26 | 0.55 | 0.69 |
| Hex | 86 | C9 | DC | 27 | 9 | 0 | E | C1 | 37 | 45 |
| Octal | 206 | 311 | 334 | 47 | 11 | 0 | 16 | 301 | 67 | 105 |
| Binary | 10000110 | 11001001 | 11011100 | 100111 | 1001 | 0 | 1110 | 11000001 | 110111 | 1000101 |
Color Harmonies of #86C9DC
Complementary color
Monochromatic Colors of #86C9DC
Black with #86C9DC
Text Example
Text Example
White with #86C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C9DC; }
p { color: rgb(134,201,220); }
H1.HeaderClassName
{
color: #86C9DC;
}
.AnyTagClassName
{
color: #86C9DC;
}
</style>
background-color css
<style>
a { background-color: #86C9DC; }
a { background-color: rgb(134,201,220); }
div.DivClassName
{
background-color: #86C9DC;
}
.BgClassName
{
background-color: #86C9DC;
}
</style>
border-color css
<style>
span { border-color: #86C9DC; }
span { border-color: rgb(134,201,220); }
td.TdClassName
{
border-color: #86C9DC;
}
.TagClassName
{
border-color: #86C9DC;
}
</style>