Shades of Spray #88DEDD
Tints of Spray #88DEDD
RGB
CMYK
RGB Variations
Color information
#88DEDD (or 0x88DEDD) is known color: Spray. HEX triplet: 88, DE and DD. RGB value is (136,222,221). Sum of RGB (Red+Green+Blue) = 136+222+221=579 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.49% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #88DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DEDD is #772122. Grayscale: #C4C4C4. Windows color (decimal): -7807267 or 14540424. OLE color: 14540424.
HSL color Cylindrical-coordinate representation of color #88DEDD: hue angle of 179.3º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88DEDD is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 222 | 221 | - |
| CMYK | 0.39 | 0 | 0.00 | 0.13 |
| HSL | 179.3º | 0.57% | 0.7% | - |
| HSV(B) | 179.3º | 0.39% | 0.87% | - |
| XYZ | 49.33 | 62.7 | 77.91 | - |
| YUV | 196.17 | 142.01 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 222 | 221 | 0.39 | 0 | 0.00 | 0.13 | 179.3 | 0.57 | 0.7 |
| Hex | 88 | DE | DD | 27 | 0 | 0 | D | B3 | 39 | 46 |
| Octal | 210 | 336 | 335 | 47 | 0 | 0 | 15 | 263 | 71 | 106 |
| Binary | 10001000 | 11011110 | 11011101 | 100111 | 0 | 0 | 1101 | 10110011 | 111001 | 1000110 |
Color Harmonies of #88DEDD
Complementary color
Monochromatic Colors of #88DEDD
Black with #88DEDD
Text Example
Text Example
White with #88DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DEDD; }
p { color: rgb(136,222,221); }
H1.HeaderClassName
{
color: #88DEDD;
}
.AnyTagClassName
{
color: #88DEDD;
}
</style>
background-color css
<style>
a { background-color: #88DEDD; }
a { background-color: rgb(136,222,221); }
div.DivClassName
{
background-color: #88DEDD;
}
.BgClassName
{
background-color: #88DEDD;
}
</style>
border-color css
<style>
span { border-color: #88DEDD; }
span { border-color: rgb(136,222,221); }
td.TdClassName
{
border-color: #88DEDD;
}
.TagClassName
{
border-color: #88DEDD;
}
</style>