Shades of Spray #86DBDE
Tints of Spray #86DBDE
RGB
CMYK
RGB Variations
Color information
#86DBDE (or 0x86DBDE) is known color: Spray. HEX triplet: 86, DB and DE. RGB value is (134,219,222). Sum of RGB (Red+Green+Blue) = 134+219+222=575 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.30% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #86DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DBDE is #792421. Grayscale: #C1C1C1. Windows color (decimal): -7939106 or 14605190. OLE color: 14605190.
HSL color Cylindrical-coordinate representation of color #86DBDE: hue angle of 182.05º degrees, saturation: 0.57, 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 #86DBDE is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 219 | 222 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.13 |
| HSL | 182.05º | 0.57% | 0.7% | - |
| HSV(B) | 182.05º | 0.4% | 0.87% | - |
| XYZ | 48.35 | 61.01 | 78.33 | - |
| YUV | 193.93 | 143.84 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 222 | 0.40 | 0.01 | 0 | 0.13 | 182.05 | 0.57 | 0.7 |
| Hex | 86 | DB | DE | 28 | 1 | 0 | D | B6 | 39 | 46 |
| Octal | 206 | 333 | 336 | 50 | 1 | 0 | 15 | 266 | 71 | 106 |
| Binary | 10000110 | 11011011 | 11011110 | 101000 | 1 | 0 | 1101 | 10110110 | 111001 | 1000110 |
Color Harmonies of #86DBDE
Complementary color
Monochromatic Colors of #86DBDE
Black with #86DBDE
Text Example
Text Example
White with #86DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBDE; }
p { color: rgb(134,219,222); }
H1.HeaderClassName
{
color: #86DBDE;
}
.AnyTagClassName
{
color: #86DBDE;
}
</style>
background-color css
<style>
a { background-color: #86DBDE; }
a { background-color: rgb(134,219,222); }
div.DivClassName
{
background-color: #86DBDE;
}
.BgClassName
{
background-color: #86DBDE;
}
</style>
border-color css
<style>
span { border-color: #86DBDE; }
span { border-color: rgb(134,219,222); }
td.TdClassName
{
border-color: #86DBDE;
}
.TagClassName
{
border-color: #86DBDE;
}
</style>