Shades of Spray #88D9DF
Tints of Spray #88D9DF
RGB
CMYK
RGB Variations
Color information
#88D9DF (or 0x88D9DF) is known color: Spray. HEX triplet: 88, D9 and DF. RGB value is (136,217,223). Sum of RGB (Red+Green+Blue) = 136+217+223=576 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.61% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #88D9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D9DF is #772620. Grayscale: #C1C1C1. Windows color (decimal): -7808545 or 14670216. OLE color: 14670216.
HSL color Cylindrical-coordinate representation of color #88D9DF: hue angle of 184.14º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88D9DF is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 217 | 223 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.13 |
| HSL | 184.14º | 0.58% | 0.7% | - |
| HSV(B) | 184.14º | 0.39% | 0.87% | - |
| XYZ | 48.29 | 60.19 | 78.88 | - |
| YUV | 193.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 217 | 223 | 0.39 | 0.03 | 0 | 0.13 | 184.14 | 0.58 | 0.7 |
| Hex | 88 | D9 | DF | 27 | 3 | 0 | D | B8 | 3A | 46 |
| Octal | 210 | 331 | 337 | 47 | 3 | 0 | 15 | 270 | 72 | 106 |
| Binary | 10001000 | 11011001 | 11011111 | 100111 | 11 | 0 | 1101 | 10111000 | 111010 | 1000110 |
Color Harmonies of #88D9DF
Complementary color
Monochromatic Colors of #88D9DF
Black with #88D9DF
Text Example
Text Example
White with #88D9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D9DF; }
p { color: rgb(136,217,223); }
H1.HeaderClassName
{
color: #88D9DF;
}
.AnyTagClassName
{
color: #88D9DF;
}
</style>
background-color css
<style>
a { background-color: #88D9DF; }
a { background-color: rgb(136,217,223); }
div.DivClassName
{
background-color: #88D9DF;
}
.BgClassName
{
background-color: #88D9DF;
}
</style>
border-color css
<style>
span { border-color: #88D9DF; }
span { border-color: rgb(136,217,223); }
td.TdClassName
{
border-color: #88D9DF;
}
.TagClassName
{
border-color: #88D9DF;
}
</style>