Shades of Spray #86D9DB
Tints of Spray #86D9DB
RGB
CMYK
RGB Variations
Color information
#86D9DB (or 0x86D9DB) is known color: Spray. HEX triplet: 86, D9 and DB. RGB value is (134,217,219). Sum of RGB (Red+Green+Blue) = 134+217+219=570 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.51% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #86D9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D9DB is #792624. Grayscale: #C0C0C0. Windows color (decimal): -7939621 or 14408070. OLE color: 14408070.
HSL color Cylindrical-coordinate representation of color #86D9DB: hue angle of 181.41º 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 #86D9DB is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 217 | 219 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.14 |
| HSL | 181.41º | 0.54% | 0.69% | - |
| HSV(B) | 181.41º | 0.39% | 0.86% | - |
| XYZ | 47.43 | 59.81 | 76.06 | - |
| YUV | 192.41 | 143 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 217 | 219 | 0.39 | 0.01 | 0 | 0.14 | 181.41 | 0.54 | 0.69 |
| Hex | 86 | D9 | DB | 27 | 1 | 0 | E | B5 | 36 | 45 |
| Octal | 206 | 331 | 333 | 47 | 1 | 0 | 16 | 265 | 66 | 105 |
| Binary | 10000110 | 11011001 | 11011011 | 100111 | 1 | 0 | 1110 | 10110101 | 110110 | 1000101 |
Color Harmonies of #86D9DB
Complementary color
Monochromatic Colors of #86D9DB
Black with #86D9DB
Text Example
Text Example
White with #86D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D9DB; }
p { color: rgb(134,217,219); }
H1.HeaderClassName
{
color: #86D9DB;
}
.AnyTagClassName
{
color: #86D9DB;
}
</style>
background-color css
<style>
a { background-color: #86D9DB; }
a { background-color: rgb(134,217,219); }
div.DivClassName
{
background-color: #86D9DB;
}
.BgClassName
{
background-color: #86D9DB;
}
</style>
border-color css
<style>
span { border-color: #86D9DB; }
span { border-color: rgb(134,217,219); }
td.TdClassName
{
border-color: #86D9DB;
}
.TagClassName
{
border-color: #86D9DB;
}
</style>