Shades of Spray #88E1DF
Tints of Spray #88E1DF
RGB
CMYK
RGB Variations
Color information
#88E1DF (or 0x88E1DF) is known color: Spray. HEX triplet: 88, E1 and DF. RGB value is (136,225,223). Sum of RGB (Red+Green+Blue) = 136+225+223=584 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.29% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #88E1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88E1DF is #771E20. Grayscale: #C6C6C6. Windows color (decimal): -7806497 or 14672264. OLE color: 14672264.
HSL color Cylindrical-coordinate representation of color #88E1DF: hue angle of 178.65º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88E1DF is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 225 | 223 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.12 |
| HSL | 178.65º | 0.6% | 0.71% | - |
| HSV(B) | 178.65º | 0.4% | 0.88% | - |
| XYZ | 50.4 | 64.41 | 79.59 | - |
| YUV | 198.16 | 142.01 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 225 | 223 | 0.40 | 0 | 0.01 | 0.12 | 178.65 | 0.6 | 0.71 |
| Hex | 88 | E1 | DF | 28 | 0 | 1 | C | B3 | 3C | 47 |
| Octal | 210 | 341 | 337 | 50 | 0 | 1 | 14 | 263 | 74 | 107 |
| Binary | 10001000 | 11100001 | 11011111 | 101000 | 0 | 1 | 1100 | 10110011 | 111100 | 1000111 |
Color Harmonies of #88E1DF
Complementary color
Monochromatic Colors of #88E1DF
Black with #88E1DF
Text Example
Text Example
White with #88E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E1DF; }
p { color: rgb(136,225,223); }
H1.HeaderClassName
{
color: #88E1DF;
}
.AnyTagClassName
{
color: #88E1DF;
}
</style>
background-color css
<style>
a { background-color: #88E1DF; }
a { background-color: rgb(136,225,223); }
div.DivClassName
{
background-color: #88E1DF;
}
.BgClassName
{
background-color: #88E1DF;
}
</style>
border-color css
<style>
span { border-color: #88E1DF; }
span { border-color: rgb(136,225,223); }
td.TdClassName
{
border-color: #88E1DF;
}
.TagClassName
{
border-color: #88E1DF;
}
</style>