Shades of Spray #88D5D9
Tints of Spray #88D5D9
RGB
CMYK
RGB Variations
Color information
#88D5D9 (or 0x88D5D9) is known color: Spray. HEX triplet: 88, D5 and D9. RGB value is (136,213,217). Sum of RGB (Red+Green+Blue) = 136+213+217=566 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.03% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #88D5D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D5D9 is #772A26. Grayscale: #BEBEBE. Windows color (decimal): -7809575 or 14275976. OLE color: 14275976.
HSL color Cylindrical-coordinate representation of color #88D5D9: hue angle of 182.96º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D5D9 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 213 | 217 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.15 |
| HSL | 182.96º | 0.52% | 0.69% | - |
| HSV(B) | 182.96º | 0.37% | 0.85% | - |
| XYZ | 46.47 | 57.83 | 74.36 | - |
| YUV | 190.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 213 | 217 | 0.37 | 0.02 | 0 | 0.15 | 182.96 | 0.52 | 0.69 |
| Hex | 88 | D5 | D9 | 25 | 2 | 0 | F | B7 | 34 | 45 |
| Octal | 210 | 325 | 331 | 45 | 2 | 0 | 17 | 267 | 64 | 105 |
| Binary | 10001000 | 11010101 | 11011001 | 100101 | 10 | 0 | 1111 | 10110111 | 110100 | 1000101 |
Color Harmonies of #88D5D9
Complementary color
Monochromatic Colors of #88D5D9
Black with #88D5D9
Text Example
Text Example
White with #88D5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D5D9; }
p { color: rgb(136,213,217); }
H1.HeaderClassName
{
color: #88D5D9;
}
.AnyTagClassName
{
color: #88D5D9;
}
</style>
background-color css
<style>
a { background-color: #88D5D9; }
a { background-color: rgb(136,213,217); }
div.DivClassName
{
background-color: #88D5D9;
}
.BgClassName
{
background-color: #88D5D9;
}
</style>
border-color css
<style>
span { border-color: #88D5D9; }
span { border-color: rgb(136,213,217); }
td.TdClassName
{
border-color: #88D5D9;
}
.TagClassName
{
border-color: #88D5D9;
}
</style>