Shades of Spray #88DBDB
Tints of Spray #88DBDB
RGB
CMYK
RGB Variations
Color information
#88DBDB (or 0x88DBDB) is known color: Spray. HEX triplet: 88, DB and DB. RGB value is (136,219,219). Sum of RGB (Red+Green+Blue) = 136+219+219=574 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.69% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #88DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DBDB is #772424. Grayscale: #C2C2C2. Windows color (decimal): -7808037 or 14408584. OLE color: 14408584.
HSL color Cylindrical-coordinate representation of color #88DBDB: hue angle of 180º 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 #88DBDB is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 219 | - |
| CMYK | 0.38 | 0 | 0 | 0.14 |
| HSL | 180º | 0.54% | 0.7% | - |
| HSV(B) | 180º | 0.38% | 0.86% | - |
| XYZ | 48.27 | 61.01 | 76.25 | - |
| YUV | 194.18 | 142 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 219 | 0.38 | 0 | 0 | 0.14 | 180 | 0.54 | 0.7 |
| Hex | 88 | DB | DB | 26 | 0 | 0 | E | B4 | 36 | 46 |
| Octal | 210 | 333 | 333 | 46 | 0 | 0 | 16 | 264 | 66 | 106 |
| Binary | 10001000 | 11011011 | 11011011 | 100110 | 0 | 0 | 1110 | 10110100 | 110110 | 1000110 |
Color Harmonies of #88DBDB
Complementary color
Monochromatic Colors of #88DBDB
Black with #88DBDB
Text Example
Text Example
White with #88DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBDB; }
p { color: rgb(136,219,219); }
H1.HeaderClassName
{
color: #88DBDB;
}
.AnyTagClassName
{
color: #88DBDB;
}
</style>
background-color css
<style>
a { background-color: #88DBDB; }
a { background-color: rgb(136,219,219); }
div.DivClassName
{
background-color: #88DBDB;
}
.BgClassName
{
background-color: #88DBDB;
}
</style>
border-color css
<style>
span { border-color: #88DBDB; }
span { border-color: rgb(136,219,219); }
td.TdClassName
{
border-color: #88DBDB;
}
.TagClassName
{
border-color: #88DBDB;
}
</style>