Shades of Spray #86D4DD
Tints of Spray #86D4DD
RGB
CMYK
RGB Variations
Color information
#86D4DD (or 0x86D4DD) is known color: Spray. HEX triplet: 86, D4 and DD. RGB value is (134,212,221). Sum of RGB (Red+Green+Blue) = 134+212+221=567 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.63% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #86D4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D4DD is #792B22. Grayscale: #BDBDBD. Windows color (decimal): -7940899 or 14537862. OLE color: 14537862.
HSL color Cylindrical-coordinate representation of color #86D4DD: hue angle of 186.21º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86D4DD is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 212 | 221 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.13 |
| HSL | 186.21º | 0.56% | 0.7% | - |
| HSV(B) | 186.21º | 0.39% | 0.87% | - |
| XYZ | 46.43 | 57.38 | 77.03 | - |
| YUV | 189.7 | 145.66 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 212 | 221 | 0.39 | 0.04 | 0 | 0.13 | 186.21 | 0.56 | 0.7 |
| Hex | 86 | D4 | DD | 27 | 4 | 0 | D | BA | 38 | 46 |
| Octal | 206 | 324 | 335 | 47 | 4 | 0 | 15 | 272 | 70 | 106 |
| Binary | 10000110 | 11010100 | 11011101 | 100111 | 100 | 0 | 1101 | 10111010 | 111000 | 1000110 |
Color Harmonies of #86D4DD
Complementary color
Monochromatic Colors of #86D4DD
Black with #86D4DD
Text Example
Text Example
White with #86D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D4DD; }
p { color: rgb(134,212,221); }
H1.HeaderClassName
{
color: #86D4DD;
}
.AnyTagClassName
{
color: #86D4DD;
}
</style>
background-color css
<style>
a { background-color: #86D4DD; }
a { background-color: rgb(134,212,221); }
div.DivClassName
{
background-color: #86D4DD;
}
.BgClassName
{
background-color: #86D4DD;
}
</style>
border-color css
<style>
span { border-color: #86D4DD; }
span { border-color: rgb(134,212,221); }
td.TdClassName
{
border-color: #86D4DD;
}
.TagClassName
{
border-color: #86D4DD;
}
</style>