Shades of Spray #86CDDB
Tints of Spray #86CDDB
RGB
CMYK
RGB Variations
Color information
#86CDDB (or 0x86CDDB) is known color: Spray. HEX triplet: 86, CD and DB. RGB value is (134,205,219). Sum of RGB (Red+Green+Blue) = 134+205+219=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #86CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CDDB is #793224. Grayscale: #B9B9B9. Windows color (decimal): -7942693 or 14404998. OLE color: 14404998.
HSL color Cylindrical-coordinate representation of color #86CDDB: hue angle of 189.88º 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 #86CDDB is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 205 | 219 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.14 |
| HSL | 189.88º | 0.54% | 0.69% | - |
| HSV(B) | 189.88º | 0.39% | 0.86% | - |
| XYZ | 44.45 | 53.85 | 75.07 | - |
| YUV | 185.37 | 146.98 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 205 | 219 | 0.39 | 0.06 | 0 | 0.14 | 189.88 | 0.54 | 0.69 |
| Hex | 86 | CD | DB | 27 | 6 | 0 | E | BE | 36 | 45 |
| Octal | 206 | 315 | 333 | 47 | 6 | 0 | 16 | 276 | 66 | 105 |
| Binary | 10000110 | 11001101 | 11011011 | 100111 | 110 | 0 | 1110 | 10111110 | 110110 | 1000101 |
Color Harmonies of #86CDDB
Complementary color
Monochromatic Colors of #86CDDB
Black with #86CDDB
Text Example
Text Example
White with #86CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CDDB; }
p { color: rgb(134,205,219); }
H1.HeaderClassName
{
color: #86CDDB;
}
.AnyTagClassName
{
color: #86CDDB;
}
</style>
background-color css
<style>
a { background-color: #86CDDB; }
a { background-color: rgb(134,205,219); }
div.DivClassName
{
background-color: #86CDDB;
}
.BgClassName
{
background-color: #86CDDB;
}
</style>
border-color css
<style>
span { border-color: #86CDDB; }
span { border-color: rgb(134,205,219); }
td.TdClassName
{
border-color: #86CDDB;
}
.TagClassName
{
border-color: #86CDDB;
}
</style>