Shades of Spray #88D1DB
Tints of Spray #88D1DB
RGB
CMYK
RGB Variations
Color information
#88D1DB (or 0x88D1DB) is known color: Spray. HEX triplet: 88, D1 and DB. RGB value is (136,209,219). Sum of RGB (Red+Green+Blue) = 136+209+219=564 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.11% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #88D1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D1DB is #772E24. Grayscale: #BCBCBC. Windows color (decimal): -7810597 or 14406024. OLE color: 14406024.
HSL color Cylindrical-coordinate representation of color #88D1DB: hue angle of 187.23º degrees, saturation: 0.54, 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 #88D1DB is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 209 | 219 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.14 |
| HSL | 187.23º | 0.54% | 0.7% | - |
| HSV(B) | 187.23º | 0.38% | 0.86% | - |
| XYZ | 45.74 | 55.95 | 75.41 | - |
| YUV | 188.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 209 | 219 | 0.38 | 0.05 | 0 | 0.14 | 187.23 | 0.54 | 0.7 |
| Hex | 88 | D1 | DB | 26 | 5 | 0 | E | BB | 36 | 46 |
| Octal | 210 | 321 | 333 | 46 | 5 | 0 | 16 | 273 | 66 | 106 |
| Binary | 10001000 | 11010001 | 11011011 | 100110 | 101 | 0 | 1110 | 10111011 | 110110 | 1000110 |
Color Harmonies of #88D1DB
Complementary color
Monochromatic Colors of #88D1DB
Black with #88D1DB
Text Example
Text Example
White with #88D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D1DB; }
p { color: rgb(136,209,219); }
H1.HeaderClassName
{
color: #88D1DB;
}
.AnyTagClassName
{
color: #88D1DB;
}
</style>
background-color css
<style>
a { background-color: #88D1DB; }
a { background-color: rgb(136,209,219); }
div.DivClassName
{
background-color: #88D1DB;
}
.BgClassName
{
background-color: #88D1DB;
}
</style>
border-color css
<style>
span { border-color: #88D1DB; }
span { border-color: rgb(136,209,219); }
td.TdClassName
{
border-color: #88D1DB;
}
.TagClassName
{
border-color: #88D1DB;
}
</style>