Shades of Spray #86D5D8
Tints of Spray #86D5D8
RGB
CMYK
RGB Variations
Color information
#86D5D8 (or 0x86D5D8) is known color: Spray. HEX triplet: 86, D5 and D8. RGB value is (134,213,216). Sum of RGB (Red+Green+Blue) = 134+213+216=563 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.80% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 216 - color contains mainly: blue. Hex color #86D5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D5D8 is #792A27. Grayscale: #BDBDBD. Windows color (decimal): -7940648 or 14210438. OLE color: 14210438.
HSL color Cylindrical-coordinate representation of color #86D5D8: hue angle of 182.2º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D5D8 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 213 | 216 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.15 |
| HSL | 182.2º | 0.51% | 0.69% | - |
| HSV(B) | 182.2º | 0.38% | 0.85% | - |
| XYZ | 46.02 | 57.61 | 73.66 | - |
| YUV | 189.72 | 142.83 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 213 | 216 | 0.38 | 0.01 | 0 | 0.15 | 182.2 | 0.51 | 0.69 |
| Hex | 86 | D5 | D8 | 26 | 1 | 0 | F | B6 | 33 | 45 |
| Octal | 206 | 325 | 330 | 46 | 1 | 0 | 17 | 266 | 63 | 105 |
| Binary | 10000110 | 11010101 | 11011000 | 100110 | 1 | 0 | 1111 | 10110110 | 110011 | 1000101 |
Color Harmonies of #86D5D8
Complementary color
Monochromatic Colors of #86D5D8
Black with #86D5D8
Text Example
Text Example
White with #86D5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D5D8; }
p { color: rgb(134,213,216); }
H1.HeaderClassName
{
color: #86D5D8;
}
.AnyTagClassName
{
color: #86D5D8;
}
</style>
background-color css
<style>
a { background-color: #86D5D8; }
a { background-color: rgb(134,213,216); }
div.DivClassName
{
background-color: #86D5D8;
}
.BgClassName
{
background-color: #86D5D8;
}
</style>
border-color css
<style>
span { border-color: #86D5D8; }
span { border-color: rgb(134,213,216); }
td.TdClassName
{
border-color: #86D5D8;
}
.TagClassName
{
border-color: #86D5D8;
}
</style>