Shades of Spray #86DADD
Tints of Spray #86DADD
RGB
CMYK
RGB Variations
Color information
#86DADD (or 0x86DADD) is known color: Spray. HEX triplet: 86, DA and DD. RGB value is (134,218,221). Sum of RGB (Red+Green+Blue) = 134+218+221=573 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.39% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #86DADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DADD is #792522. Grayscale: #C1C1C1. Windows color (decimal): -7939363 or 14539398. OLE color: 14539398.
HSL color Cylindrical-coordinate representation of color #86DADD: hue angle of 182.07º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DADD is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 218 | 221 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.13 |
| HSL | 182.07º | 0.56% | 0.7% | - |
| HSV(B) | 182.07º | 0.39% | 0.87% | - |
| XYZ | 47.95 | 60.43 | 77.54 | - |
| YUV | 193.23 | 143.67 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 218 | 221 | 0.39 | 0.01 | 0 | 0.13 | 182.07 | 0.56 | 0.7 |
| Hex | 86 | DA | DD | 27 | 1 | 0 | D | B6 | 38 | 46 |
| Octal | 206 | 332 | 335 | 47 | 1 | 0 | 15 | 266 | 70 | 106 |
| Binary | 10000110 | 11011010 | 11011101 | 100111 | 1 | 0 | 1101 | 10110110 | 111000 | 1000110 |
Color Harmonies of #86DADD
Complementary color
Monochromatic Colors of #86DADD
Black with #86DADD
Text Example
Text Example
White with #86DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DADD; }
p { color: rgb(134,218,221); }
H1.HeaderClassName
{
color: #86DADD;
}
.AnyTagClassName
{
color: #86DADD;
}
</style>
background-color css
<style>
a { background-color: #86DADD; }
a { background-color: rgb(134,218,221); }
div.DivClassName
{
background-color: #86DADD;
}
.BgClassName
{
background-color: #86DADD;
}
</style>
border-color css
<style>
span { border-color: #86DADD; }
span { border-color: rgb(134,218,221); }
td.TdClassName
{
border-color: #86DADD;
}
.TagClassName
{
border-color: #86DADD;
}
</style>