Shades of Spray #86C7CB
Tints of Spray #86C7CB
RGB
CMYK
RGB Variations
Color information
#86C7CB (or 0x86C7CB) is known color: Spray. HEX triplet: 86, C7 and CB. RGB value is (134,199,203). Sum of RGB (Red+Green+Blue) = 134+199+203=536 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #86C7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C7CB is #793834. Grayscale: #B3B3B3. Windows color (decimal): -7944245 or 13354886. OLE color: 13354886.
HSL color Cylindrical-coordinate representation of color #86C7CB: hue angle of 183.48º 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 #86C7CB is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 199 | 203 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.20 |
| HSL | 183.48º | 0.4% | 0.66% | - |
| HSV(B) | 183.48º | 0.34% | 0.8% | - |
| XYZ | 41.03 | 50.23 | 64.03 | - |
| YUV | 180.02 | 140.97 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 199 | 203 | 0.34 | 0.02 | 0 | 0.20 | 183.48 | 0.4 | 0.66 |
| Hex | 86 | C7 | CB | 22 | 2 | 0 | 14 | B7 | 28 | 42 |
| Octal | 206 | 307 | 313 | 42 | 2 | 0 | 24 | 267 | 50 | 102 |
| Binary | 10000110 | 11000111 | 11001011 | 100010 | 10 | 0 | 10100 | 10110111 | 101000 | 1000010 |
Color Harmonies of #86C7CB
Complementary color
Monochromatic Colors of #86C7CB
Black with #86C7CB
Text Example
Text Example
White with #86C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C7CB; }
p { color: rgb(134,199,203); }
H1.HeaderClassName
{
color: #86C7CB;
}
.AnyTagClassName
{
color: #86C7CB;
}
</style>
background-color css
<style>
a { background-color: #86C7CB; }
a { background-color: rgb(134,199,203); }
div.DivClassName
{
background-color: #86C7CB;
}
.BgClassName
{
background-color: #86C7CB;
}
</style>
border-color css
<style>
span { border-color: #86C7CB; }
span { border-color: rgb(134,199,203); }
td.TdClassName
{
border-color: #86C7CB;
}
.TagClassName
{
border-color: #86C7CB;
}
</style>