Shades of Spray #88D7DE
Tints of Spray #88D7DE
RGB
CMYK
RGB Variations
Color information
#88D7DE (or 0x88D7DE) is known color: Spray. HEX triplet: 88, D7 and DE. RGB value is (136,215,222). Sum of RGB (Red+Green+Blue) = 136+215+222=573 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.73% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #88D7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D7DE is #772821. Grayscale: #C0C0C0. Windows color (decimal): -7809058 or 14604168. OLE color: 14604168.
HSL color Cylindrical-coordinate representation of color #88D7DE: hue angle of 184.88º 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 #88D7DE is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 215 | 222 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.13 |
| HSL | 184.88º | 0.57% | 0.7% | - |
| HSV(B) | 184.88º | 0.39% | 0.87% | - |
| XYZ | 47.64 | 59.11 | 78.01 | - |
| YUV | 192.18 | 144.83 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 215 | 222 | 0.39 | 0.03 | 0 | 0.13 | 184.88 | 0.57 | 0.7 |
| Hex | 88 | D7 | DE | 27 | 3 | 0 | D | B9 | 39 | 46 |
| Octal | 210 | 327 | 336 | 47 | 3 | 0 | 15 | 271 | 71 | 106 |
| Binary | 10001000 | 11010111 | 11011110 | 100111 | 11 | 0 | 1101 | 10111001 | 111001 | 1000110 |
Color Harmonies of #88D7DE
Complementary color
Monochromatic Colors of #88D7DE
Black with #88D7DE
Text Example
Text Example
White with #88D7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D7DE; }
p { color: rgb(136,215,222); }
H1.HeaderClassName
{
color: #88D7DE;
}
.AnyTagClassName
{
color: #88D7DE;
}
</style>
background-color css
<style>
a { background-color: #88D7DE; }
a { background-color: rgb(136,215,222); }
div.DivClassName
{
background-color: #88D7DE;
}
.BgClassName
{
background-color: #88D7DE;
}
</style>
border-color css
<style>
span { border-color: #88D7DE; }
span { border-color: rgb(136,215,222); }
td.TdClassName
{
border-color: #88D7DE;
}
.TagClassName
{
border-color: #88D7DE;
}
</style>