Shades of Spray #86DEDD
Tints of Spray #86DEDD
RGB
CMYK
RGB Variations
Color information
#86DEDD (or 0x86DEDD) is known color: Spray. HEX triplet: 86, DE and DD. RGB value is (134,222,221). Sum of RGB (Red+Green+Blue) = 134+222+221=577 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.22% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #86DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DEDD is #792122. Grayscale: #C3C3C3. Windows color (decimal): -7938339 or 14540422. OLE color: 14540422.
HSL color Cylindrical-coordinate representation of color #86DEDD: hue angle of 179.32º 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 #86DEDD is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 222 | 221 | - |
| CMYK | 0.40 | 0 | 0.00 | 0.13 |
| HSL | 179.32º | 0.57% | 0.7% | - |
| HSV(B) | 179.32º | 0.4% | 0.87% | - |
| XYZ | 49 | 62.53 | 77.89 | - |
| YUV | 195.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 222 | 221 | 0.40 | 0 | 0.00 | 0.13 | 179.32 | 0.57 | 0.7 |
| Hex | 86 | DE | DD | 28 | 0 | 0 | D | B3 | 39 | 46 |
| Octal | 206 | 336 | 335 | 50 | 0 | 0 | 15 | 263 | 71 | 106 |
| Binary | 10000110 | 11011110 | 11011101 | 101000 | 0 | 0 | 1101 | 10110011 | 111001 | 1000110 |
Color Harmonies of #86DEDD
Complementary color
Monochromatic Colors of #86DEDD
Black with #86DEDD
Text Example
Text Example
White with #86DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DEDD; }
p { color: rgb(134,222,221); }
H1.HeaderClassName
{
color: #86DEDD;
}
.AnyTagClassName
{
color: #86DEDD;
}
</style>
background-color css
<style>
a { background-color: #86DEDD; }
a { background-color: rgb(134,222,221); }
div.DivClassName
{
background-color: #86DEDD;
}
.BgClassName
{
background-color: #86DEDD;
}
</style>
border-color css
<style>
span { border-color: #86DEDD; }
span { border-color: rgb(134,222,221); }
td.TdClassName
{
border-color: #86DEDD;
}
.TagClassName
{
border-color: #86DEDD;
}
</style>