Shades of Spray #88DEE5
Tints of Spray #88DEE5
RGB
CMYK
RGB Variations
Color information
#88DEE5 (or 0x88DEE5) is known color: Spray. HEX triplet: 88, DE and E5. RGB value is (136,222,229). Sum of RGB (Red+Green+Blue) = 136+222+229=587 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.17% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #88DEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DEE5 is #77211A. Grayscale: #C4C4C4. Windows color (decimal): -7807259 or 15064712. OLE color: 15064712.
HSL color Cylindrical-coordinate representation of color #88DEE5: hue angle of 184.52º degrees, saturation: 0.64, 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 #88DEE5 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 222 | 229 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.10 |
| HSL | 184.52º | 0.64% | 0.72% | - |
| HSV(B) | 184.52º | 0.41% | 0.9% | - |
| XYZ | 50.42 | 63.13 | 83.66 | - |
| YUV | 197.08 | 146.01 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 222 | 229 | 0.41 | 0.03 | 0 | 0.10 | 184.52 | 0.64 | 0.72 |
| Hex | 88 | DE | E5 | 29 | 3 | 0 | A | B9 | 40 | 48 |
| Octal | 210 | 336 | 345 | 51 | 3 | 0 | 12 | 271 | 100 | 110 |
| Binary | 10001000 | 11011110 | 11100101 | 101001 | 11 | 0 | 1010 | 10111001 | 1000000 | 1001000 |
Color Harmonies of #88DEE5
Complementary color
Monochromatic Colors of #88DEE5
Black with #88DEE5
Text Example
Text Example
White with #88DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DEE5; }
p { color: rgb(136,222,229); }
H1.HeaderClassName
{
color: #88DEE5;
}
.AnyTagClassName
{
color: #88DEE5;
}
</style>
background-color css
<style>
a { background-color: #88DEE5; }
a { background-color: rgb(136,222,229); }
div.DivClassName
{
background-color: #88DEE5;
}
.BgClassName
{
background-color: #88DEE5;
}
</style>
border-color css
<style>
span { border-color: #88DEE5; }
span { border-color: rgb(136,222,229); }
td.TdClassName
{
border-color: #88DEE5;
}
.TagClassName
{
border-color: #88DEE5;
}
</style>