Shades of Spray #88DDE6
Tints of Spray #88DDE6
RGB
CMYK
RGB Variations
Color information
#88DDE6 (or 0x88DDE6) is known color: Spray. HEX triplet: 88, DD and E6. RGB value is (136,221,230). Sum of RGB (Red+Green+Blue) = 136+221+230=587 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.17% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #88DDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DDE6 is #772219. Grayscale: #C4C4C4. Windows color (decimal): -7807514 or 15129992. OLE color: 15129992.
HSL color Cylindrical-coordinate representation of color #88DDE6: hue angle of 185.74º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88DDE6 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 221 | 230 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.10 |
| HSL | 185.74º | 0.65% | 0.72% | - |
| HSV(B) | 185.74º | 0.41% | 0.9% | - |
| XYZ | 50.29 | 62.66 | 84.31 | - |
| YUV | 196.61 | 146.84 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 221 | 230 | 0.41 | 0.04 | 0 | 0.10 | 185.74 | 0.65 | 0.72 |
| Hex | 88 | DD | E6 | 29 | 4 | 0 | A | BA | 41 | 48 |
| Octal | 210 | 335 | 346 | 51 | 4 | 0 | 12 | 272 | 101 | 110 |
| Binary | 10001000 | 11011101 | 11100110 | 101001 | 100 | 0 | 1010 | 10111010 | 1000001 | 1001000 |
Color Harmonies of #88DDE6
Complementary color
Monochromatic Colors of #88DDE6
Black with #88DDE6
Text Example
Text Example
White with #88DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DDE6; }
p { color: rgb(136,221,230); }
H1.HeaderClassName
{
color: #88DDE6;
}
.AnyTagClassName
{
color: #88DDE6;
}
</style>
background-color css
<style>
a { background-color: #88DDE6; }
a { background-color: rgb(136,221,230); }
div.DivClassName
{
background-color: #88DDE6;
}
.BgClassName
{
background-color: #88DDE6;
}
</style>
border-color css
<style>
span { border-color: #88DDE6; }
span { border-color: rgb(136,221,230); }
td.TdClassName
{
border-color: #88DDE6;
}
.TagClassName
{
border-color: #88DDE6;
}
</style>