Shades of Spray #86CACE
Tints of Spray #86CACE
RGB
CMYK
RGB Variations
Color information
#86CACE (or 0x86CACE) is known color: Spray. HEX triplet: 86, CA and CE. RGB value is (134,202,206). Sum of RGB (Red+Green+Blue) = 134+202+206=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #86CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CACE is #793531. Grayscale: #B6B6B6. Windows color (decimal): -7943474 or 13552262. OLE color: 13552262.
HSL color Cylindrical-coordinate representation of color #86CACE: hue angle of 183.33º degrees, saturation: 0.42, 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 #86CACE is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 202 | 206 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.19 |
| HSL | 183.33º | 0.42% | 0.67% | - |
| HSV(B) | 183.33º | 0.35% | 0.81% | - |
| XYZ | 42.09 | 51.77 | 66.17 | - |
| YUV | 182.12 | 141.47 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 206 | 0.35 | 0.02 | 0 | 0.19 | 183.33 | 0.42 | 0.67 |
| Hex | 86 | CA | CE | 23 | 2 | 0 | 13 | B7 | 2A | 43 |
| Octal | 206 | 312 | 316 | 43 | 2 | 0 | 23 | 267 | 52 | 103 |
| Binary | 10000110 | 11001010 | 11001110 | 100011 | 10 | 0 | 10011 | 10110111 | 101010 | 1000011 |
Color Harmonies of #86CACE
Complementary color
Monochromatic Colors of #86CACE
Black with #86CACE
Text Example
Text Example
White with #86CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CACE; }
p { color: rgb(134,202,206); }
H1.HeaderClassName
{
color: #86CACE;
}
.AnyTagClassName
{
color: #86CACE;
}
</style>
background-color css
<style>
a { background-color: #86CACE; }
a { background-color: rgb(134,202,206); }
div.DivClassName
{
background-color: #86CACE;
}
.BgClassName
{
background-color: #86CACE;
}
</style>
border-color css
<style>
span { border-color: #86CACE; }
span { border-color: rgb(134,202,206); }
td.TdClassName
{
border-color: #86CACE;
}
.TagClassName
{
border-color: #86CACE;
}
</style>