Shades of Spray #86CED5
Tints of Spray #86CED5
RGB
CMYK
RGB Variations
Color information
#86CED5 (or 0x86CED5) is known color: Spray. HEX triplet: 86, CE and D5. RGB value is (134,206,213). Sum of RGB (Red+Green+Blue) = 134+206+213=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #86CED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CED5 is #79312A. Grayscale: #B9B9B9. Windows color (decimal): -7942443 or 14012038. OLE color: 14012038.
HSL color Cylindrical-coordinate representation of color #86CED5: hue angle of 185.32º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86CED5 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 206 | 213 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.16 |
| HSL | 185.32º | 0.48% | 0.68% | - |
| HSV(B) | 185.32º | 0.37% | 0.84% | - |
| XYZ | 43.91 | 54.02 | 71.06 | - |
| YUV | 185.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 206 | 213 | 0.37 | 0.03 | 0 | 0.16 | 185.32 | 0.48 | 0.68 |
| Hex | 86 | CE | D5 | 25 | 3 | 0 | 10 | B9 | 30 | 44 |
| Octal | 206 | 316 | 325 | 45 | 3 | 0 | 20 | 271 | 60 | 104 |
| Binary | 10000110 | 11001110 | 11010101 | 100101 | 11 | 0 | 10000 | 10111001 | 110000 | 1000100 |
Color Harmonies of #86CED5
Complementary color
Monochromatic Colors of #86CED5
Black with #86CED5
Text Example
Text Example
White with #86CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CED5; }
p { color: rgb(134,206,213); }
H1.HeaderClassName
{
color: #86CED5;
}
.AnyTagClassName
{
color: #86CED5;
}
</style>
background-color css
<style>
a { background-color: #86CED5; }
a { background-color: rgb(134,206,213); }
div.DivClassName
{
background-color: #86CED5;
}
.BgClassName
{
background-color: #86CED5;
}
</style>
border-color css
<style>
span { border-color: #86CED5; }
span { border-color: rgb(134,206,213); }
td.TdClassName
{
border-color: #86CED5;
}
.TagClassName
{
border-color: #86CED5;
}
</style>