Shades of Spray #88DAE5
Tints of Spray #88DAE5
RGB
CMYK
RGB Variations
Color information
#88DAE5 (or 0x88DAE5) is known color: Spray. HEX triplet: 88, DA and E5. RGB value is (136,218,229). Sum of RGB (Red+Green+Blue) = 136+218+229=583 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.33% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #88DAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DAE5 is #77251A. Grayscale: #C2C2C2. Windows color (decimal): -7808283 or 15063688. OLE color: 15063688.
HSL color Cylindrical-coordinate representation of color #88DAE5: hue angle of 187.1º 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 #88DAE5 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 218 | 229 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.10 |
| HSL | 187.1º | 0.64% | 0.72% | - |
| HSV(B) | 187.1º | 0.41% | 0.9% | - |
| XYZ | 49.37 | 61.03 | 83.31 | - |
| YUV | 194.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 218 | 229 | 0.41 | 0.05 | 0 | 0.10 | 187.1 | 0.64 | 0.72 |
| Hex | 88 | DA | E5 | 29 | 5 | 0 | A | BB | 40 | 48 |
| Octal | 210 | 332 | 345 | 51 | 5 | 0 | 12 | 273 | 100 | 110 |
| Binary | 10001000 | 11011010 | 11100101 | 101001 | 101 | 0 | 1010 | 10111011 | 1000000 | 1001000 |
Color Harmonies of #88DAE5
Complementary color
Monochromatic Colors of #88DAE5
Black with #88DAE5
Text Example
Text Example
White with #88DAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DAE5; }
p { color: rgb(136,218,229); }
H1.HeaderClassName
{
color: #88DAE5;
}
.AnyTagClassName
{
color: #88DAE5;
}
</style>
background-color css
<style>
a { background-color: #88DAE5; }
a { background-color: rgb(136,218,229); }
div.DivClassName
{
background-color: #88DAE5;
}
.BgClassName
{
background-color: #88DAE5;
}
</style>
border-color css
<style>
span { border-color: #88DAE5; }
span { border-color: rgb(136,218,229); }
td.TdClassName
{
border-color: #88DAE5;
}
.TagClassName
{
border-color: #88DAE5;
}
</style>