Shades of Spray #86DFE8
Tints of Spray #86DFE8
RGB
CMYK
RGB Variations
Color information
#86DFE8 (or 0x86DFE8) is known color: Spray. HEX triplet: 86, DF and E8. RGB value is (134,223,232). Sum of RGB (Red+Green+Blue) = 134+223+232=589 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.75% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 232 - color contains mainly: blue. Hex color #86DFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DFE8 is #792017. Grayscale: #C5C5C5. Windows color (decimal): -7938072 or 15261574. OLE color: 15261574.
HSL color Cylindrical-coordinate representation of color #86DFE8: hue angle of 185.51º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86DFE8 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 223 | 232 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.09 |
| HSL | 185.51º | 0.68% | 0.72% | - |
| HSV(B) | 185.51º | 0.42% | 0.91% | - |
| XYZ | 50.78 | 63.67 | 85.96 | - |
| YUV | 197.42 | 147.51 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 232 | 0.42 | 0.04 | 0 | 0.09 | 185.51 | 0.68 | 0.72 |
| Hex | 86 | DF | E8 | 2A | 4 | 0 | 9 | BA | 44 | 48 |
| Octal | 206 | 337 | 350 | 52 | 4 | 0 | 11 | 272 | 104 | 110 |
| Binary | 10000110 | 11011111 | 11101000 | 101010 | 100 | 0 | 1001 | 10111010 | 1000100 | 1001000 |
Color Harmonies of #86DFE8
Complementary color
Monochromatic Colors of #86DFE8
Black with #86DFE8
Text Example
Text Example
White with #86DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DFE8; }
p { color: rgb(134,223,232); }
H1.HeaderClassName
{
color: #86DFE8;
}
.AnyTagClassName
{
color: #86DFE8;
}
</style>
background-color css
<style>
a { background-color: #86DFE8; }
a { background-color: rgb(134,223,232); }
div.DivClassName
{
background-color: #86DFE8;
}
.BgClassName
{
background-color: #86DFE8;
}
</style>
border-color css
<style>
span { border-color: #86DFE8; }
span { border-color: rgb(134,223,232); }
td.TdClassName
{
border-color: #86DFE8;
}
.TagClassName
{
border-color: #86DFE8;
}
</style>