Shades of Spray #86DDE6
Tints of Spray #86DDE6
RGB
CMYK
RGB Variations
Color information
#86DDE6 (or 0x86DDE6) is known color: Spray. HEX triplet: 86, DD and E6. RGB value is (134,221,230). Sum of RGB (Red+Green+Blue) = 134+221+230=585 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.91% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: blue. Hex color #86DDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DDE6 is #792219. Grayscale: #C3C3C3. Windows color (decimal): -7938586 or 15129990. OLE color: 15129990.
HSL color Cylindrical-coordinate representation of color #86DDE6: hue angle of 185.62º 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 #86DDE6 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 221 | 230 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.10 |
| HSL | 185.63º | 0.66% | 0.71% | - |
| HSV(B) | 185.63º | 0.42% | 0.9% | - |
| XYZ | 49.97 | 62.49 | 84.29 | - |
| YUV | 196.01 | 147.18 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 230 | 0.42 | 0.04 | 0 | 0.10 | 185.63 | 0.66 | 0.71 |
| Hex | 86 | DD | E6 | 2A | 4 | 0 | A | BA | 42 | 47 |
| Octal | 206 | 335 | 346 | 52 | 4 | 0 | 12 | 272 | 102 | 107 |
| Binary | 10000110 | 11011101 | 11100110 | 101010 | 100 | 0 | 1010 | 10111010 | 1000010 | 1000111 |
Color Harmonies of #86DDE6
Complementary color
Monochromatic Colors of #86DDE6
Black with #86DDE6
Text Example
Text Example
White with #86DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DDE6; }
p { color: rgb(134,221,230); }
H1.HeaderClassName
{
color: #86DDE6;
}
.AnyTagClassName
{
color: #86DDE6;
}
</style>
background-color css
<style>
a { background-color: #86DDE6; }
a { background-color: rgb(134,221,230); }
div.DivClassName
{
background-color: #86DDE6;
}
.BgClassName
{
background-color: #86DDE6;
}
</style>
border-color css
<style>
span { border-color: #86DDE6; }
span { border-color: rgb(134,221,230); }
td.TdClassName
{
border-color: #86DDE6;
}
.TagClassName
{
border-color: #86DDE6;
}
</style>