Shades of Spray #86DBDB
Tints of Spray #86DBDB
RGB
CMYK
RGB Variations
Color information
#86DBDB (or 0x86DBDB) is known color: Spray. HEX triplet: 86, DB and DB. RGB value is (134,219,219). Sum of RGB (Red+Green+Blue) = 134+219+219=572 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.43% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #86DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DBDB is #792424. Grayscale: #C1C1C1. Windows color (decimal): -7939109 or 14408582. OLE color: 14408582.
HSL color Cylindrical-coordinate representation of color #86DBDB: hue angle of 180º degrees, saturation: 0.54, 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 #86DBDB is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 219 | - |
| CMYK | 0.39 | 0 | 0 | 0.14 |
| HSL | 180º | 0.54% | 0.69% | - |
| HSV(B) | 180º | 0.39% | 0.86% | - |
| XYZ | 47.95 | 60.85 | 76.24 | - |
| YUV | 193.59 | 142.34 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 219 | 0.39 | 0 | 0 | 0.14 | 180 | 0.54 | 0.69 |
| Hex | 86 | DB | DB | 27 | 0 | 0 | E | B4 | 36 | 45 |
| Octal | 206 | 333 | 333 | 47 | 0 | 0 | 16 | 264 | 66 | 105 |
| Binary | 10000110 | 11011011 | 11011011 | 100111 | 0 | 0 | 1110 | 10110100 | 110110 | 1000101 |
Color Harmonies of #86DBDB
Complementary color
Monochromatic Colors of #86DBDB
Black with #86DBDB
Text Example
Text Example
White with #86DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBDB; }
p { color: rgb(134,219,219); }
H1.HeaderClassName
{
color: #86DBDB;
}
.AnyTagClassName
{
color: #86DBDB;
}
</style>
background-color css
<style>
a { background-color: #86DBDB; }
a { background-color: rgb(134,219,219); }
div.DivClassName
{
background-color: #86DBDB;
}
.BgClassName
{
background-color: #86DBDB;
}
</style>
border-color css
<style>
span { border-color: #86DBDB; }
span { border-color: rgb(134,219,219); }
td.TdClassName
{
border-color: #86DBDB;
}
.TagClassName
{
border-color: #86DBDB;
}
</style>