Shades of Spray #86CFE1
Tints of Spray #86CFE1
RGB
CMYK
RGB Variations
Color information
#86CFE1 (or 0x86CFE1) is known color: Spray. HEX triplet: 86, CF and E1. RGB value is (134,207,225). Sum of RGB (Red+Green+Blue) = 134+207+225=566 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.67% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #86CFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CFE1 is #79301E. Grayscale: #BBBBBB. Windows color (decimal): -7942175 or 14798726. OLE color: 14798726.
HSL color Cylindrical-coordinate representation of color #86CFE1: hue angle of 191.87º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86CFE1 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 207 | 225 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.12 |
| HSL | 191.87º | 0.6% | 0.7% | - |
| HSV(B) | 191.87º | 0.4% | 0.88% | - |
| XYZ | 45.73 | 55.13 | 79.46 | - |
| YUV | 187.23 | 149.32 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 225 | 0.40 | 0.08 | 0 | 0.12 | 191.87 | 0.6 | 0.7 |
| Hex | 86 | CF | E1 | 28 | 8 | 0 | C | C0 | 3C | 46 |
| Octal | 206 | 317 | 341 | 50 | 10 | 0 | 14 | 300 | 74 | 106 |
| Binary | 10000110 | 11001111 | 11100001 | 101000 | 1000 | 0 | 1100 | 11000000 | 111100 | 1000110 |
Color Harmonies of #86CFE1
Complementary color
Monochromatic Colors of #86CFE1
Black with #86CFE1
Text Example
Text Example
White with #86CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CFE1; }
p { color: rgb(134,207,225); }
H1.HeaderClassName
{
color: #86CFE1;
}
.AnyTagClassName
{
color: #86CFE1;
}
</style>
background-color css
<style>
a { background-color: #86CFE1; }
a { background-color: rgb(134,207,225); }
div.DivClassName
{
background-color: #86CFE1;
}
.BgClassName
{
background-color: #86CFE1;
}
</style>
border-color css
<style>
span { border-color: #86CFE1; }
span { border-color: rgb(134,207,225); }
td.TdClassName
{
border-color: #86CFE1;
}
.TagClassName
{
border-color: #86CFE1;
}
</style>