Shades of Spray #86C7DF
Tints of Spray #86C7DF
RGB
CMYK
RGB Variations
Color information
#86C7DF (or 0x86C7DF) is known color: Spray. HEX triplet: 86, C7 and DF. RGB value is (134,199,223). Sum of RGB (Red+Green+Blue) = 134+199+223=556 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.10% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #86C7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C7DF is #793820. Grayscale: #B6B6B6. Windows color (decimal): -7944225 or 14665606. OLE color: 14665606.
HSL color Cylindrical-coordinate representation of color #86C7DF: hue angle of 196.18º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86C7DF is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 199 | 223 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.13 |
| HSL | 196.18º | 0.58% | 0.7% | - |
| HSV(B) | 196.18º | 0.4% | 0.87% | - |
| XYZ | 43.57 | 51.24 | 77.41 | - |
| YUV | 182.3 | 150.97 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 199 | 223 | 0.40 | 0.11 | 0 | 0.13 | 196.18 | 0.58 | 0.7 |
| Hex | 86 | C7 | DF | 28 | B | 0 | D | C4 | 3A | 46 |
| Octal | 206 | 307 | 337 | 50 | 13 | 0 | 15 | 304 | 72 | 106 |
| Binary | 10000110 | 11000111 | 11011111 | 101000 | 1011 | 0 | 1101 | 11000100 | 111010 | 1000110 |
Color Harmonies of #86C7DF
Complementary color
Monochromatic Colors of #86C7DF
Black with #86C7DF
Text Example
Text Example
White with #86C7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C7DF; }
p { color: rgb(134,199,223); }
H1.HeaderClassName
{
color: #86C7DF;
}
.AnyTagClassName
{
color: #86C7DF;
}
</style>
background-color css
<style>
a { background-color: #86C7DF; }
a { background-color: rgb(134,199,223); }
div.DivClassName
{
background-color: #86C7DF;
}
.BgClassName
{
background-color: #86C7DF;
}
</style>
border-color css
<style>
span { border-color: #86C7DF; }
span { border-color: rgb(134,199,223); }
td.TdClassName
{
border-color: #86C7DF;
}
.TagClassName
{
border-color: #86C7DF;
}
</style>