Shades of Spray #88DFE1
Tints of Spray #88DFE1
RGB
CMYK
RGB Variations
Color information
#88DFE1 (or 0x88DFE1) is known color: Spray. HEX triplet: 88, DF and E1. RGB value is (136,223,225). Sum of RGB (Red+Green+Blue) = 136+223+225=584 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.29% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #88DFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DFE1 is #77201E. Grayscale: #C5C5C5. Windows color (decimal): -7807007 or 14802824. OLE color: 14802824.
HSL color Cylindrical-coordinate representation of color #88DFE1: hue angle of 181.35º 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 #88DFE1 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 223 | 225 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.12 |
| HSL | 181.35º | 0.6% | 0.71% | - |
| HSV(B) | 181.35º | 0.4% | 0.88% | - |
| XYZ | 50.13 | 63.45 | 80.84 | - |
| YUV | 197.22 | 143.68 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 223 | 225 | 0.40 | 0.01 | 0 | 0.12 | 181.35 | 0.6 | 0.71 |
| Hex | 88 | DF | E1 | 28 | 1 | 0 | C | B5 | 3C | 47 |
| Octal | 210 | 337 | 341 | 50 | 1 | 0 | 14 | 265 | 74 | 107 |
| Binary | 10001000 | 11011111 | 11100001 | 101000 | 1 | 0 | 1100 | 10110101 | 111100 | 1000111 |
Color Harmonies of #88DFE1
Complementary color
Monochromatic Colors of #88DFE1
Black with #88DFE1
Text Example
Text Example
White with #88DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DFE1; }
p { color: rgb(136,223,225); }
H1.HeaderClassName
{
color: #88DFE1;
}
.AnyTagClassName
{
color: #88DFE1;
}
</style>
background-color css
<style>
a { background-color: #88DFE1; }
a { background-color: rgb(136,223,225); }
div.DivClassName
{
background-color: #88DFE1;
}
.BgClassName
{
background-color: #88DFE1;
}
</style>
border-color css
<style>
span { border-color: #88DFE1; }
span { border-color: rgb(136,223,225); }
td.TdClassName
{
border-color: #88DFE1;
}
.TagClassName
{
border-color: #88DFE1;
}
</style>