Shades of Spray #88DBDA
Tints of Spray #88DBDA
RGB
CMYK
RGB Variations
Color information
#88DBDA (or 0x88DBDA) is known color: Spray. HEX triplet: 88, DB and DA. RGB value is (136,219,218). Sum of RGB (Red+Green+Blue) = 136+219+218=573 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.73% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DBDA is #772425. Grayscale: #C1C1C1. Windows color (decimal): -7808038 or 14343048. OLE color: 14343048.
HSL color Cylindrical-coordinate representation of color #88DBDA: hue angle of 179.28º 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 #88DBDA is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 218 | - |
| CMYK | 0.38 | 0 | 0.00 | 0.14 |
| HSL | 179.28º | 0.54% | 0.7% | - |
| HSV(B) | 179.28º | 0.38% | 0.86% | - |
| XYZ | 48.14 | 60.96 | 75.56 | - |
| YUV | 194.07 | 141.5 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 218 | 0.38 | 0 | 0.00 | 0.14 | 179.28 | 0.54 | 0.7 |
| Hex | 88 | DB | DA | 26 | 0 | 0 | E | B3 | 36 | 46 |
| Octal | 210 | 333 | 332 | 46 | 0 | 0 | 16 | 263 | 66 | 106 |
| Binary | 10001000 | 11011011 | 11011010 | 100110 | 0 | 0 | 1110 | 10110011 | 110110 | 1000110 |
Color Harmonies of #88DBDA
Complementary color
Monochromatic Colors of #88DBDA
Black with #88DBDA
Text Example
Text Example
White with #88DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBDA; }
p { color: rgb(136,219,218); }
H1.HeaderClassName
{
color: #88DBDA;
}
.AnyTagClassName
{
color: #88DBDA;
}
</style>
background-color css
<style>
a { background-color: #88DBDA; }
a { background-color: rgb(136,219,218); }
div.DivClassName
{
background-color: #88DBDA;
}
.BgClassName
{
background-color: #88DBDA;
}
</style>
border-color css
<style>
span { border-color: #88DBDA; }
span { border-color: rgb(136,219,218); }
td.TdClassName
{
border-color: #88DBDA;
}
.TagClassName
{
border-color: #88DBDA;
}
</style>