Shades of Spray #88D9DC
Tints of Spray #88D9DC
RGB
CMYK
RGB Variations
Color information
#88D9DC (or 0x88D9DC) is known color: Spray. HEX triplet: 88, D9 and DC. RGB value is (136,217,220). Sum of RGB (Red+Green+Blue) = 136+217+220=573 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.73% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #88D9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D9DC is #772623. Grayscale: #C1C1C1. Windows color (decimal): -7808548 or 14473608. OLE color: 14473608.
HSL color Cylindrical-coordinate representation of color #88D9DC: hue angle of 182.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88D9DC is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 217 | 220 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.14 |
| HSL | 182.14º | 0.55% | 0.7% | - |
| HSV(B) | 182.14º | 0.38% | 0.86% | - |
| XYZ | 47.88 | 60.03 | 76.77 | - |
| YUV | 193.12 | 143.16 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 217 | 220 | 0.38 | 0.01 | 0 | 0.14 | 182.14 | 0.55 | 0.7 |
| Hex | 88 | D9 | DC | 26 | 1 | 0 | E | B6 | 37 | 46 |
| Octal | 210 | 331 | 334 | 46 | 1 | 0 | 16 | 266 | 67 | 106 |
| Binary | 10001000 | 11011001 | 11011100 | 100110 | 1 | 0 | 1110 | 10110110 | 110111 | 1000110 |
Color Harmonies of #88D9DC
Complementary color
Monochromatic Colors of #88D9DC
Black with #88D9DC
Text Example
Text Example
White with #88D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D9DC; }
p { color: rgb(136,217,220); }
H1.HeaderClassName
{
color: #88D9DC;
}
.AnyTagClassName
{
color: #88D9DC;
}
</style>
background-color css
<style>
a { background-color: #88D9DC; }
a { background-color: rgb(136,217,220); }
div.DivClassName
{
background-color: #88D9DC;
}
.BgClassName
{
background-color: #88D9DC;
}
</style>
border-color css
<style>
span { border-color: #88D9DC; }
span { border-color: rgb(136,217,220); }
td.TdClassName
{
border-color: #88D9DC;
}
.TagClassName
{
border-color: #88D9DC;
}
</style>