Shades of Spray #86DAE6
Tints of Spray #86DAE6
RGB
CMYK
RGB Variations
Color information
#86DAE6 (or 0x86DAE6) is known color: Spray. HEX triplet: 86, DA and E6. RGB value is (134,218,230). Sum of RGB (Red+Green+Blue) = 134+218+230=582 (77% of max value = 765). Red value is 134 (52.73% from 255 or 23.02% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 230 (90.23% from 255 or 39.52% from 582); Max value from RGB is 230 - color contains mainly: blue. Hex color #86DAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DAE6 is #792519. Grayscale: #C2C2C2. Windows color (decimal): -7939354 or 15129222. OLE color: 15129222.
HSL color Cylindrical-coordinate representation of color #86DAE6: hue angle of 187.5º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86DAE6 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 218 | 230 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.10 |
| HSL | 187.5º | 0.66% | 0.71% | - |
| HSV(B) | 187.5º | 0.42% | 0.9% | - |
| XYZ | 49.19 | 60.92 | 84.03 | - |
| YUV | 194.25 | 148.17 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 218 | 230 | 0.42 | 0.05 | 0 | 0.10 | 187.5 | 0.66 | 0.71 |
| Hex | 86 | DA | E6 | 2A | 5 | 0 | A | BC | 42 | 47 |
| Octal | 206 | 332 | 346 | 52 | 5 | 0 | 12 | 274 | 102 | 107 |
| Binary | 10000110 | 11011010 | 11100110 | 101010 | 101 | 0 | 1010 | 10111100 | 1000010 | 1000111 |
Color Harmonies of #86DAE6
Complementary color
Monochromatic Colors of #86DAE6
Black with #86DAE6
Text Example
Text Example
White with #86DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DAE6; }
p { color: rgb(134,218,230); }
H1.HeaderClassName
{
color: #86DAE6;
}
.AnyTagClassName
{
color: #86DAE6;
}
</style>
background-color css
<style>
a { background-color: #86DAE6; }
a { background-color: rgb(134,218,230); }
div.DivClassName
{
background-color: #86DAE6;
}
.BgClassName
{
background-color: #86DAE6;
}
</style>
border-color css
<style>
span { border-color: #86DAE6; }
span { border-color: rgb(134,218,230); }
td.TdClassName
{
border-color: #86DAE6;
}
.TagClassName
{
border-color: #86DAE6;
}
</style>