Shades of Spray #88DEDE
Tints of Spray #88DEDE
RGB
CMYK
RGB Variations
Color information
#88DEDE (or 0x88DEDE) is known color: Spray. HEX triplet: 88, DE and DE. RGB value is (136,222,222). Sum of RGB (Red+Green+Blue) = 136+222+222=580 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.45% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #88DEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DEDE is #772121. Grayscale: #C4C4C4. Windows color (decimal): -7807266 or 14605960. OLE color: 14605960.
HSL color Cylindrical-coordinate representation of color #88DEDE: hue angle of 180º 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 #88DEDE is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 222 | 222 | - |
| CMYK | 0.39 | 0 | 0 | 0.13 |
| HSL | 180º | 0.57% | 0.7% | - |
| HSV(B) | 180º | 0.39% | 0.87% | - |
| XYZ | 49.46 | 62.75 | 78.61 | - |
| YUV | 196.29 | 142.51 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 222 | 222 | 0.39 | 0 | 0 | 0.13 | 180 | 0.57 | 0.7 |
| Hex | 88 | DE | DE | 27 | 0 | 0 | D | B4 | 39 | 46 |
| Octal | 210 | 336 | 336 | 47 | 0 | 0 | 15 | 264 | 71 | 106 |
| Binary | 10001000 | 11011110 | 11011110 | 100111 | 0 | 0 | 1101 | 10110100 | 111001 | 1000110 |
Color Harmonies of #88DEDE
Complementary color
Monochromatic Colors of #88DEDE
Black with #88DEDE
Text Example
Text Example
White with #88DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DEDE; }
p { color: rgb(136,222,222); }
H1.HeaderClassName
{
color: #88DEDE;
}
.AnyTagClassName
{
color: #88DEDE;
}
</style>
background-color css
<style>
a { background-color: #88DEDE; }
a { background-color: rgb(136,222,222); }
div.DivClassName
{
background-color: #88DEDE;
}
.BgClassName
{
background-color: #88DEDE;
}
</style>
border-color css
<style>
span { border-color: #88DEDE; }
span { border-color: rgb(136,222,222); }
td.TdClassName
{
border-color: #88DEDE;
}
.TagClassName
{
border-color: #88DEDE;
}
</style>