Shades of Spray #86C7CE
Tints of Spray #86C7CE
RGB
CMYK
RGB Variations
Color information
#86C7CE (or 0x86C7CE) is known color: Spray. HEX triplet: 86, C7 and CE. RGB value is (134,199,206). Sum of RGB (Red+Green+Blue) = 134+199+206=539 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.86% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #86C7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C7CE is #793831. Grayscale: #B4B4B4. Windows color (decimal): -7944242 or 13551494. OLE color: 13551494.
HSL color Cylindrical-coordinate representation of color #86C7CE: hue angle of 185.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86C7CE is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 199 | 206 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.19 |
| HSL | 185.83º | 0.42% | 0.67% | - |
| HSV(B) | 185.83º | 0.35% | 0.81% | - |
| XYZ | 41.4 | 50.37 | 65.93 | - |
| YUV | 180.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 199 | 206 | 0.35 | 0.03 | 0 | 0.19 | 185.83 | 0.42 | 0.67 |
| Hex | 86 | C7 | CE | 23 | 3 | 0 | 13 | BA | 2A | 43 |
| Octal | 206 | 307 | 316 | 43 | 3 | 0 | 23 | 272 | 52 | 103 |
| Binary | 10000110 | 11000111 | 11001110 | 100011 | 11 | 0 | 10011 | 10111010 | 101010 | 1000011 |
Color Harmonies of #86C7CE
Complementary color
Monochromatic Colors of #86C7CE
Black with #86C7CE
Text Example
Text Example
White with #86C7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C7CE; }
p { color: rgb(134,199,206); }
H1.HeaderClassName
{
color: #86C7CE;
}
.AnyTagClassName
{
color: #86C7CE;
}
</style>
background-color css
<style>
a { background-color: #86C7CE; }
a { background-color: rgb(134,199,206); }
div.DivClassName
{
background-color: #86C7CE;
}
.BgClassName
{
background-color: #86C7CE;
}
</style>
border-color css
<style>
span { border-color: #86C7CE; }
span { border-color: rgb(134,199,206); }
td.TdClassName
{
border-color: #86C7CE;
}
.TagClassName
{
border-color: #86C7CE;
}
</style>