Shades of Spray #86DEE5
Tints of Spray #86DEE5
RGB
CMYK
RGB Variations
Color information
#86DEE5 (or 0x86DEE5) is known color: Spray. HEX triplet: 86, DE and E5. RGB value is (134,222,229). Sum of RGB (Red+Green+Blue) = 134+222+229=585 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.91% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #86DEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DEE5 is #79211A. Grayscale: #C4C4C4. Windows color (decimal): -7938331 or 15064710. OLE color: 15064710.
HSL color Cylindrical-coordinate representation of color #86DEE5: hue angle of 184.42º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86DEE5 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 222 | 229 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.10 |
| HSL | 184.42º | 0.65% | 0.71% | - |
| HSV(B) | 184.42º | 0.41% | 0.9% | - |
| XYZ | 50.1 | 62.97 | 83.64 | - |
| YUV | 196.49 | 146.35 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 222 | 229 | 0.41 | 0.03 | 0 | 0.10 | 184.42 | 0.65 | 0.71 |
| Hex | 86 | DE | E5 | 29 | 3 | 0 | A | B8 | 41 | 47 |
| Octal | 206 | 336 | 345 | 51 | 3 | 0 | 12 | 270 | 101 | 107 |
| Binary | 10000110 | 11011110 | 11100101 | 101001 | 11 | 0 | 1010 | 10111000 | 1000001 | 1000111 |
Color Harmonies of #86DEE5
Complementary color
Monochromatic Colors of #86DEE5
Black with #86DEE5
Text Example
Text Example
White with #86DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DEE5; }
p { color: rgb(134,222,229); }
H1.HeaderClassName
{
color: #86DEE5;
}
.AnyTagClassName
{
color: #86DEE5;
}
</style>
background-color css
<style>
a { background-color: #86DEE5; }
a { background-color: rgb(134,222,229); }
div.DivClassName
{
background-color: #86DEE5;
}
.BgClassName
{
background-color: #86DEE5;
}
</style>
border-color css
<style>
span { border-color: #86DEE5; }
span { border-color: rgb(134,222,229); }
td.TdClassName
{
border-color: #86DEE5;
}
.TagClassName
{
border-color: #86DEE5;
}
</style>