Shades of Spray #86C4CB
Tints of Spray #86C4CB
RGB
CMYK
RGB Variations
Color information
#86C4CB (or 0x86C4CB) is known color: Spray. HEX triplet: 86, C4 and CB. RGB value is (134,196,203). Sum of RGB (Red+Green+Blue) = 134+196+203=533 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.14% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #86C4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C4CB is #793B34. Grayscale: #B2B2B2. Windows color (decimal): -7945013 or 13354118. OLE color: 13354118.
HSL color Cylindrical-coordinate representation of color #86C4CB: hue angle of 186.09º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86C4CB is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 196 | 203 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.20 |
| HSL | 186.09º | 0.4% | 0.66% | - |
| HSV(B) | 186.09º | 0.34% | 0.8% | - |
| XYZ | 40.35 | 48.86 | 63.8 | - |
| YUV | 178.26 | 141.96 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 196 | 203 | 0.34 | 0.03 | 0 | 0.20 | 186.09 | 0.4 | 0.66 |
| Hex | 86 | C4 | CB | 22 | 3 | 0 | 14 | BA | 28 | 42 |
| Octal | 206 | 304 | 313 | 42 | 3 | 0 | 24 | 272 | 50 | 102 |
| Binary | 10000110 | 11000100 | 11001011 | 100010 | 11 | 0 | 10100 | 10111010 | 101000 | 1000010 |
Color Harmonies of #86C4CB
Complementary color
Monochromatic Colors of #86C4CB
Black with #86C4CB
Text Example
Text Example
White with #86C4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C4CB; }
p { color: rgb(134,196,203); }
H1.HeaderClassName
{
color: #86C4CB;
}
.AnyTagClassName
{
color: #86C4CB;
}
</style>
background-color css
<style>
a { background-color: #86C4CB; }
a { background-color: rgb(134,196,203); }
div.DivClassName
{
background-color: #86C4CB;
}
.BgClassName
{
background-color: #86C4CB;
}
</style>
border-color css
<style>
span { border-color: #86C4CB; }
span { border-color: rgb(134,196,203); }
td.TdClassName
{
border-color: #86C4CB;
}
.TagClassName
{
border-color: #86C4CB;
}
</style>