Shades of Spray #86DCDA
Tints of Spray #86DCDA
RGB
CMYK
RGB Variations
Color information
#86DCDA (or 0x86DCDA) is known color: Spray. HEX triplet: 86, DC and DA. RGB value is (134,220,218). Sum of RGB (Red+Green+Blue) = 134+220+218=572 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.43% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #86DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DCDA is #792325. Grayscale: #C1C1C1. Windows color (decimal): -7938854 or 14343302. OLE color: 14343302.
HSL color Cylindrical-coordinate representation of color #86DCDA: hue angle of 178.6º degrees, saturation: 0.55, 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 #86DCDA is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 218 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.14 |
| HSL | 178.6º | 0.55% | 0.69% | - |
| HSV(B) | 178.6º | 0.39% | 0.86% | - |
| XYZ | 48.08 | 61.32 | 75.63 | - |
| YUV | 194.06 | 141.51 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 218 | 0.39 | 0 | 0.01 | 0.14 | 178.6 | 0.55 | 0.69 |
| Hex | 86 | DC | DA | 27 | 0 | 1 | E | B3 | 37 | 45 |
| Octal | 206 | 334 | 332 | 47 | 0 | 1 | 16 | 263 | 67 | 105 |
| Binary | 10000110 | 11011100 | 11011010 | 100111 | 0 | 1 | 1110 | 10110011 | 110111 | 1000101 |
Color Harmonies of #86DCDA
Complementary color
Monochromatic Colors of #86DCDA
Black with #86DCDA
Text Example
Text Example
White with #86DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DCDA; }
p { color: rgb(134,220,218); }
H1.HeaderClassName
{
color: #86DCDA;
}
.AnyTagClassName
{
color: #86DCDA;
}
</style>
background-color css
<style>
a { background-color: #86DCDA; }
a { background-color: rgb(134,220,218); }
div.DivClassName
{
background-color: #86DCDA;
}
.BgClassName
{
background-color: #86DCDA;
}
</style>
border-color css
<style>
span { border-color: #86DCDA; }
span { border-color: rgb(134,220,218); }
td.TdClassName
{
border-color: #86DCDA;
}
.TagClassName
{
border-color: #86DCDA;
}
</style>