Shades of Spray #86DDE5
Tints of Spray #86DDE5
RGB
CMYK
RGB Variations
Color information
#86DDE5 (or 0x86DDE5) is known color: Spray. HEX triplet: 86, DD and E5. RGB value is (134,221,229). Sum of RGB (Red+Green+Blue) = 134+221+229=584 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.95% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 229 - color contains mainly: blue. Hex color #86DDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDE5 is #79221A. Grayscale: #C3C3C3. Windows color (decimal): -7938587 or 15064454. OLE color: 15064454.
HSL color Cylindrical-coordinate representation of color #86DDE5: hue angle of 185.05º 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 #86DDE5 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 221 | 229 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.10 |
| HSL | 185.05º | 0.65% | 0.71% | - |
| HSV(B) | 185.05º | 0.41% | 0.9% | - |
| XYZ | 49.83 | 62.44 | 83.55 | - |
| YUV | 195.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 229 | 0.41 | 0.03 | 0 | 0.10 | 185.05 | 0.65 | 0.71 |
| Hex | 86 | DD | E5 | 29 | 3 | 0 | A | B9 | 41 | 47 |
| Octal | 206 | 335 | 345 | 51 | 3 | 0 | 12 | 271 | 101 | 107 |
| Binary | 10000110 | 11011101 | 11100101 | 101001 | 11 | 0 | 1010 | 10111001 | 1000001 | 1000111 |
Color Harmonies of #86DDE5
Complementary color
Monochromatic Colors of #86DDE5
Black with #86DDE5
Text Example
Text Example
White with #86DDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DDE5; }
p { color: rgb(134,221,229); }
H1.HeaderClassName
{
color: #86DDE5;
}
.AnyTagClassName
{
color: #86DDE5;
}
</style>
background-color css
<style>
a { background-color: #86DDE5; }
a { background-color: rgb(134,221,229); }
div.DivClassName
{
background-color: #86DDE5;
}
.BgClassName
{
background-color: #86DDE5;
}
</style>
border-color css
<style>
span { border-color: #86DDE5; }
span { border-color: rgb(134,221,229); }
td.TdClassName
{
border-color: #86DDE5;
}
.TagClassName
{
border-color: #86DDE5;
}
</style>