Shades of Spray #86CFDB
Tints of Spray #86CFDB
RGB
CMYK
RGB Variations
Color information
#86CFDB (or 0x86CFDB) is known color: Spray. HEX triplet: 86, CF and DB. RGB value is (134,207,219). Sum of RGB (Red+Green+Blue) = 134+207+219=560 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.93% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #86CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CFDB is #793024. Grayscale: #BABABA. Windows color (decimal): -7942181 or 14405510. OLE color: 14405510.
HSL color Cylindrical-coordinate representation of color #86CFDB: hue angle of 188.47º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86CFDB is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 207 | 219 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.14 |
| HSL | 188.47º | 0.54% | 0.69% | - |
| HSV(B) | 188.47º | 0.39% | 0.86% | - |
| XYZ | 44.93 | 54.81 | 75.23 | - |
| YUV | 186.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 219 | 0.39 | 0.05 | 0 | 0.14 | 188.47 | 0.54 | 0.69 |
| Hex | 86 | CF | DB | 27 | 5 | 0 | E | BC | 36 | 45 |
| Octal | 206 | 317 | 333 | 47 | 5 | 0 | 16 | 274 | 66 | 105 |
| Binary | 10000110 | 11001111 | 11011011 | 100111 | 101 | 0 | 1110 | 10111100 | 110110 | 1000101 |
Color Harmonies of #86CFDB
Complementary color
Monochromatic Colors of #86CFDB
Black with #86CFDB
Text Example
Text Example
White with #86CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CFDB; }
p { color: rgb(134,207,219); }
H1.HeaderClassName
{
color: #86CFDB;
}
.AnyTagClassName
{
color: #86CFDB;
}
</style>
background-color css
<style>
a { background-color: #86CFDB; }
a { background-color: rgb(134,207,219); }
div.DivClassName
{
background-color: #86CFDB;
}
.BgClassName
{
background-color: #86CFDB;
}
</style>
border-color css
<style>
span { border-color: #86CFDB; }
span { border-color: rgb(134,207,219); }
td.TdClassName
{
border-color: #86CFDB;
}
.TagClassName
{
border-color: #86CFDB;
}
</style>