Shades of Spray #86DEDF
Tints of Spray #86DEDF
RGB
CMYK
RGB Variations
Color information
#86DEDF (or 0x86DEDF) is known color: Spray. HEX triplet: 86, DE and DF. RGB value is (134,222,223). Sum of RGB (Red+Green+Blue) = 134+222+223=579 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.14% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #86DEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DEDF is #792120. Grayscale: #C3C3C3. Windows color (decimal): -7938337 or 14671494. OLE color: 14671494.
HSL color Cylindrical-coordinate representation of color #86DEDF: hue angle of 180.67º degrees, saturation: 0.58, 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 #86DEDF is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 222 | 223 | - |
| CMYK | 0.40 | 0.00 | 0 | 0.13 |
| HSL | 180.67º | 0.58% | 0.7% | - |
| HSV(B) | 180.67º | 0.4% | 0.87% | - |
| XYZ | 49.27 | 62.64 | 79.31 | - |
| YUV | 195.8 | 143.35 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 222 | 223 | 0.40 | 0.00 | 0 | 0.13 | 180.67 | 0.58 | 0.7 |
| Hex | 86 | DE | DF | 28 | 0 | 0 | D | B5 | 3A | 46 |
| Octal | 206 | 336 | 337 | 50 | 0 | 0 | 15 | 265 | 72 | 106 |
| Binary | 10000110 | 11011110 | 11011111 | 101000 | 0 | 0 | 1101 | 10110101 | 111010 | 1000110 |
Color Harmonies of #86DEDF
Complementary color
Monochromatic Colors of #86DEDF
Black with #86DEDF
Text Example
Text Example
White with #86DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DEDF; }
p { color: rgb(134,222,223); }
H1.HeaderClassName
{
color: #86DEDF;
}
.AnyTagClassName
{
color: #86DEDF;
}
</style>
background-color css
<style>
a { background-color: #86DEDF; }
a { background-color: rgb(134,222,223); }
div.DivClassName
{
background-color: #86DEDF;
}
.BgClassName
{
background-color: #86DEDF;
}
</style>
border-color css
<style>
span { border-color: #86DEDF; }
span { border-color: rgb(134,222,223); }
td.TdClassName
{
border-color: #86DEDF;
}
.TagClassName
{
border-color: #86DEDF;
}
</style>