Shades of Spray #86DCDC
Tints of Spray #86DCDC
RGB
CMYK
RGB Variations
Color information
#86DCDC (or 0x86DCDC) is known color: Spray. HEX triplet: 86, DC and DC. RGB value is (134,220,220). Sum of RGB (Red+Green+Blue) = 134+220+220=574 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.34% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #86DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DCDC is #792323. Grayscale: #C2C2C2. Windows color (decimal): -7938852 or 14474374. OLE color: 14474374.
HSL color Cylindrical-coordinate representation of color #86DCDC: hue angle of 180º 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 #86DCDC is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 220 | - |
| CMYK | 0.39 | 0 | 0 | 0.14 |
| HSL | 180º | 0.55% | 0.69% | - |
| HSV(B) | 180º | 0.39% | 0.86% | - |
| XYZ | 48.34 | 61.42 | 77.02 | - |
| YUV | 194.29 | 142.51 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 220 | 0.39 | 0 | 0 | 0.14 | 180 | 0.55 | 0.69 |
| Hex | 86 | DC | DC | 27 | 0 | 0 | E | B4 | 37 | 45 |
| Octal | 206 | 334 | 334 | 47 | 0 | 0 | 16 | 264 | 67 | 105 |
| Binary | 10000110 | 11011100 | 11011100 | 100111 | 0 | 0 | 1110 | 10110100 | 110111 | 1000101 |
Color Harmonies of #86DCDC
Complementary color
Monochromatic Colors of #86DCDC
Black with #86DCDC
Text Example
Text Example
White with #86DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DCDC; }
p { color: rgb(134,220,220); }
H1.HeaderClassName
{
color: #86DCDC;
}
.AnyTagClassName
{
color: #86DCDC;
}
</style>
background-color css
<style>
a { background-color: #86DCDC; }
a { background-color: rgb(134,220,220); }
div.DivClassName
{
background-color: #86DCDC;
}
.BgClassName
{
background-color: #86DCDC;
}
</style>
border-color css
<style>
span { border-color: #86DCDC; }
span { border-color: rgb(134,220,220); }
td.TdClassName
{
border-color: #86DCDC;
}
.TagClassName
{
border-color: #86DCDC;
}
</style>