Shades of Spray #86D3DA
Tints of Spray #86D3DA
RGB
CMYK
RGB Variations
Color information
#86D3DA (or 0x86D3DA) is known color: Spray. HEX triplet: 86, D3 and DA. RGB value is (134,211,218). Sum of RGB (Red+Green+Blue) = 134+211+218=563 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.80% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #86D3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D3DA is #792C25. Grayscale: #BCBCBC. Windows color (decimal): -7941158 or 14340998. OLE color: 14340998.
HSL color Cylindrical-coordinate representation of color #86D3DA: hue angle of 185º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86D3DA is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 211 | 218 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.15 |
| HSL | 185º | 0.53% | 0.69% | - |
| HSV(B) | 185º | 0.39% | 0.85% | - |
| XYZ | 45.78 | 56.72 | 74.86 | - |
| YUV | 188.78 | 144.49 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 211 | 218 | 0.39 | 0.03 | 0 | 0.15 | 185 | 0.53 | 0.69 |
| Hex | 86 | D3 | DA | 27 | 3 | 0 | F | B9 | 35 | 45 |
| Octal | 206 | 323 | 332 | 47 | 3 | 0 | 17 | 271 | 65 | 105 |
| Binary | 10000110 | 11010011 | 11011010 | 100111 | 11 | 0 | 1111 | 10111001 | 110101 | 1000101 |
Color Harmonies of #86D3DA
Complementary color
Monochromatic Colors of #86D3DA
Black with #86D3DA
Text Example
Text Example
White with #86D3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D3DA; }
p { color: rgb(134,211,218); }
H1.HeaderClassName
{
color: #86D3DA;
}
.AnyTagClassName
{
color: #86D3DA;
}
</style>
background-color css
<style>
a { background-color: #86D3DA; }
a { background-color: rgb(134,211,218); }
div.DivClassName
{
background-color: #86D3DA;
}
.BgClassName
{
background-color: #86D3DA;
}
</style>
border-color css
<style>
span { border-color: #86D3DA; }
span { border-color: rgb(134,211,218); }
td.TdClassName
{
border-color: #86D3DA;
}
.TagClassName
{
border-color: #86D3DA;
}
</style>