Shades of Spray #86DCE6
Tints of Spray #86DCE6
RGB
CMYK
RGB Variations
Color information
#86DCE6 (or 0x86DCE6) is known color: Spray. HEX triplet: 86, DC and E6. RGB value is (134,220,230). Sum of RGB (Red+Green+Blue) = 134+220+230=584 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.95% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 230 - color contains mainly: blue. Hex color #86DCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DCE6 is #792319. Grayscale: #C3C3C3. Windows color (decimal): -7938842 or 15129734. OLE color: 15129734.
HSL color Cylindrical-coordinate representation of color #86DCE6: hue angle of 186.25º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86DCE6 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 220 | 230 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.10 |
| HSL | 186.25º | 0.66% | 0.71% | - |
| HSV(B) | 186.25º | 0.42% | 0.9% | - |
| XYZ | 49.71 | 61.97 | 84.2 | - |
| YUV | 195.43 | 147.51 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 230 | 0.42 | 0.04 | 0 | 0.10 | 186.25 | 0.66 | 0.71 |
| Hex | 86 | DC | E6 | 2A | 4 | 0 | A | BA | 42 | 47 |
| Octal | 206 | 334 | 346 | 52 | 4 | 0 | 12 | 272 | 102 | 107 |
| Binary | 10000110 | 11011100 | 11100110 | 101010 | 100 | 0 | 1010 | 10111010 | 1000010 | 1000111 |
Color Harmonies of #86DCE6
Complementary color
Monochromatic Colors of #86DCE6
Black with #86DCE6
Text Example
Text Example
White with #86DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DCE6; }
p { color: rgb(134,220,230); }
H1.HeaderClassName
{
color: #86DCE6;
}
.AnyTagClassName
{
color: #86DCE6;
}
</style>
background-color css
<style>
a { background-color: #86DCE6; }
a { background-color: rgb(134,220,230); }
div.DivClassName
{
background-color: #86DCE6;
}
.BgClassName
{
background-color: #86DCE6;
}
</style>
border-color css
<style>
span { border-color: #86DCE6; }
span { border-color: rgb(134,220,230); }
td.TdClassName
{
border-color: #86DCE6;
}
.TagClassName
{
border-color: #86DCE6;
}
</style>