Shades of Spray #86DBDF
Tints of Spray #86DBDF
RGB
CMYK
RGB Variations
Color information
#86DBDF (or 0x86DBDF) is known color: Spray. HEX triplet: 86, DB and DF. RGB value is (134,219,223). Sum of RGB (Red+Green+Blue) = 134+219+223=576 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.26% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #86DBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DBDF is #792420. Grayscale: #C1C1C1. Windows color (decimal): -7939105 or 14670726. OLE color: 14670726.
HSL color Cylindrical-coordinate representation of color #86DBDF: hue angle of 182.7º 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 #86DBDF is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 219 | 223 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.13 |
| HSL | 182.7º | 0.58% | 0.7% | - |
| HSV(B) | 182.7º | 0.4% | 0.87% | - |
| XYZ | 48.48 | 61.06 | 79.04 | - |
| YUV | 194.04 | 144.34 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 223 | 0.40 | 0.02 | 0 | 0.13 | 182.7 | 0.58 | 0.7 |
| Hex | 86 | DB | DF | 28 | 2 | 0 | D | B7 | 3A | 46 |
| Octal | 206 | 333 | 337 | 50 | 2 | 0 | 15 | 267 | 72 | 106 |
| Binary | 10000110 | 11011011 | 11011111 | 101000 | 10 | 0 | 1101 | 10110111 | 111010 | 1000110 |
Color Harmonies of #86DBDF
Complementary color
Monochromatic Colors of #86DBDF
Black with #86DBDF
Text Example
Text Example
White with #86DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBDF; }
p { color: rgb(134,219,223); }
H1.HeaderClassName
{
color: #86DBDF;
}
.AnyTagClassName
{
color: #86DBDF;
}
</style>
background-color css
<style>
a { background-color: #86DBDF; }
a { background-color: rgb(134,219,223); }
div.DivClassName
{
background-color: #86DBDF;
}
.BgClassName
{
background-color: #86DBDF;
}
</style>
border-color css
<style>
span { border-color: #86DBDF; }
span { border-color: rgb(134,219,223); }
td.TdClassName
{
border-color: #86DBDF;
}
.TagClassName
{
border-color: #86DBDF;
}
</style>