Shades of Spray #88DAE0
Tints of Spray #88DAE0
RGB
CMYK
RGB Variations
Color information
#88DAE0 (or 0x88DAE0) is known color: Spray. HEX triplet: 88, DA and E0. RGB value is (136,218,224). Sum of RGB (Red+Green+Blue) = 136+218+224=578 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.53% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #88DAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DAE0 is #77251F. Grayscale: #C2C2C2. Windows color (decimal): -7808288 or 14736008. OLE color: 14736008.
HSL color Cylindrical-coordinate representation of color #88DAE0: hue angle of 184.09º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88DAE0 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 218 | 224 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.12 |
| HSL | 184.09º | 0.59% | 0.71% | - |
| HSV(B) | 184.09º | 0.39% | 0.88% | - |
| XYZ | 48.68 | 60.76 | 79.68 | - |
| YUV | 194.17 | 144.83 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 218 | 224 | 0.39 | 0.03 | 0 | 0.12 | 184.09 | 0.59 | 0.71 |
| Hex | 88 | DA | E0 | 27 | 3 | 0 | C | B8 | 3B | 47 |
| Octal | 210 | 332 | 340 | 47 | 3 | 0 | 14 | 270 | 73 | 107 |
| Binary | 10001000 | 11011010 | 11100000 | 100111 | 11 | 0 | 1100 | 10111000 | 111011 | 1000111 |
Color Harmonies of #88DAE0
Complementary color
Monochromatic Colors of #88DAE0
Black with #88DAE0
Text Example
Text Example
White with #88DAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DAE0; }
p { color: rgb(136,218,224); }
H1.HeaderClassName
{
color: #88DAE0;
}
.AnyTagClassName
{
color: #88DAE0;
}
</style>
background-color css
<style>
a { background-color: #88DAE0; }
a { background-color: rgb(136,218,224); }
div.DivClassName
{
background-color: #88DAE0;
}
.BgClassName
{
background-color: #88DAE0;
}
</style>
border-color css
<style>
span { border-color: #88DAE0; }
span { border-color: rgb(136,218,224); }
td.TdClassName
{
border-color: #88DAE0;
}
.TagClassName
{
border-color: #88DAE0;
}
</style>