Shades of Spray #86C4CF
Tints of Spray #86C4CF
RGB
CMYK
RGB Variations
Color information
#86C4CF (or 0x86C4CF) is known color: Spray. HEX triplet: 86, C4 and CF. RGB value is (134,196,207). Sum of RGB (Red+Green+Blue) = 134+196+207=537 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.95% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #86C4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C4CF is #793B30. Grayscale: #B2B2B2. Windows color (decimal): -7945009 or 13616262. OLE color: 13616262.
HSL color Cylindrical-coordinate representation of color #86C4CF: hue angle of 189.04º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86C4CF is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 196 | 207 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.19 |
| HSL | 189.04º | 0.43% | 0.67% | - |
| HSV(B) | 189.04º | 0.35% | 0.81% | - |
| XYZ | 40.83 | 49.05 | 66.35 | - |
| YUV | 178.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 196 | 207 | 0.35 | 0.05 | 0 | 0.19 | 189.04 | 0.43 | 0.67 |
| Hex | 86 | C4 | CF | 23 | 5 | 0 | 13 | BD | 2B | 43 |
| Octal | 206 | 304 | 317 | 43 | 5 | 0 | 23 | 275 | 53 | 103 |
| Binary | 10000110 | 11000100 | 11001111 | 100011 | 101 | 0 | 10011 | 10111101 | 101011 | 1000011 |
Color Harmonies of #86C4CF
Complementary color
Monochromatic Colors of #86C4CF
Black with #86C4CF
Text Example
Text Example
White with #86C4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C4CF; }
p { color: rgb(134,196,207); }
H1.HeaderClassName
{
color: #86C4CF;
}
.AnyTagClassName
{
color: #86C4CF;
}
</style>
background-color css
<style>
a { background-color: #86C4CF; }
a { background-color: rgb(134,196,207); }
div.DivClassName
{
background-color: #86C4CF;
}
.BgClassName
{
background-color: #86C4CF;
}
</style>
border-color css
<style>
span { border-color: #86C4CF; }
span { border-color: rgb(134,196,207); }
td.TdClassName
{
border-color: #86C4CF;
}
.TagClassName
{
border-color: #86C4CF;
}
</style>