Shades of Spray #86CCD7
Tints of Spray #86CCD7
RGB
CMYK
RGB Variations
Color information
#86CCD7 (or 0x86CCD7) is known color: Spray. HEX triplet: 86, CC and D7. RGB value is (134,204,215). Sum of RGB (Red+Green+Blue) = 134+204+215=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #86CCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CCD7 is #793328. Grayscale: #B8B8B8. Windows color (decimal): -7942953 or 14142598. OLE color: 14142598.
HSL color Cylindrical-coordinate representation of color #86CCD7: hue angle of 188.15º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86CCD7 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 204 | 215 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.16 |
| HSL | 188.15º | 0.5% | 0.68% | - |
| HSV(B) | 188.15º | 0.38% | 0.84% | - |
| XYZ | 43.69 | 53.16 | 72.25 | - |
| YUV | 184.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 215 | 0.38 | 0.05 | 0 | 0.16 | 188.15 | 0.5 | 0.68 |
| Hex | 86 | CC | D7 | 26 | 5 | 0 | 10 | BC | 32 | 44 |
| Octal | 206 | 314 | 327 | 46 | 5 | 0 | 20 | 274 | 62 | 104 |
| Binary | 10000110 | 11001100 | 11010111 | 100110 | 101 | 0 | 10000 | 10111100 | 110010 | 1000100 |
Color Harmonies of #86CCD7
Complementary color
Monochromatic Colors of #86CCD7
Black with #86CCD7
Text Example
Text Example
White with #86CCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CCD7; }
p { color: rgb(134,204,215); }
H1.HeaderClassName
{
color: #86CCD7;
}
.AnyTagClassName
{
color: #86CCD7;
}
</style>
background-color css
<style>
a { background-color: #86CCD7; }
a { background-color: rgb(134,204,215); }
div.DivClassName
{
background-color: #86CCD7;
}
.BgClassName
{
background-color: #86CCD7;
}
</style>
border-color css
<style>
span { border-color: #86CCD7; }
span { border-color: rgb(134,204,215); }
td.TdClassName
{
border-color: #86CCD7;
}
.TagClassName
{
border-color: #86CCD7;
}
</style>