Shades of Spray #86DCE1
Tints of Spray #86DCE1
RGB
CMYK
RGB Variations
Color information
#86DCE1 (or 0x86DCE1) is known color: Spray. HEX triplet: 86, DC and E1. RGB value is (134,220,225). Sum of RGB (Red+Green+Blue) = 134+220+225=579 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.14% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #86DCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DCE1 is #79231E. Grayscale: #C2C2C2. Windows color (decimal): -7938847 or 14802054. OLE color: 14802054.
HSL color Cylindrical-coordinate representation of color #86DCE1: hue angle of 183.3º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DCE1 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 220 | 225 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.12 |
| HSL | 183.3º | 0.6% | 0.7% | - |
| HSV(B) | 183.3º | 0.4% | 0.88% | - |
| XYZ | 49.02 | 61.69 | 80.56 | - |
| YUV | 194.86 | 145.01 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 225 | 0.40 | 0.02 | 0 | 0.12 | 183.3 | 0.6 | 0.7 |
| Hex | 86 | DC | E1 | 28 | 2 | 0 | C | B7 | 3C | 46 |
| Octal | 206 | 334 | 341 | 50 | 2 | 0 | 14 | 267 | 74 | 106 |
| Binary | 10000110 | 11011100 | 11100001 | 101000 | 10 | 0 | 1100 | 10110111 | 111100 | 1000110 |
Color Harmonies of #86DCE1
Complementary color
Monochromatic Colors of #86DCE1
Black with #86DCE1
Text Example
Text Example
White with #86DCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DCE1; }
p { color: rgb(134,220,225); }
H1.HeaderClassName
{
color: #86DCE1;
}
.AnyTagClassName
{
color: #86DCE1;
}
</style>
background-color css
<style>
a { background-color: #86DCE1; }
a { background-color: rgb(134,220,225); }
div.DivClassName
{
background-color: #86DCE1;
}
.BgClassName
{
background-color: #86DCE1;
}
</style>
border-color css
<style>
span { border-color: #86DCE1; }
span { border-color: rgb(134,220,225); }
td.TdClassName
{
border-color: #86DCE1;
}
.TagClassName
{
border-color: #86DCE1;
}
</style>