Shades of Spray #88DBDD
Tints of Spray #88DBDD
RGB
CMYK
RGB Variations
Color information
#88DBDD (or 0x88DBDD) is known color: Spray. HEX triplet: 88, DB and DD. RGB value is (136,219,221). Sum of RGB (Red+Green+Blue) = 136+219+221=576 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.61% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #88DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DBDD is #772422. Grayscale: #C2C2C2. Windows color (decimal): -7808035 or 14539656. OLE color: 14539656.
HSL color Cylindrical-coordinate representation of color #88DBDD: hue angle of 181.41º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DBDD is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 219 | 221 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.13 |
| HSL | 181.41º | 0.56% | 0.7% | - |
| HSV(B) | 181.41º | 0.38% | 0.87% | - |
| XYZ | 48.54 | 61.12 | 77.65 | - |
| YUV | 194.41 | 143 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 221 | 0.38 | 0.01 | 0 | 0.13 | 181.41 | 0.56 | 0.7 |
| Hex | 88 | DB | DD | 26 | 1 | 0 | D | B5 | 38 | 46 |
| Octal | 210 | 333 | 335 | 46 | 1 | 0 | 15 | 265 | 70 | 106 |
| Binary | 10001000 | 11011011 | 11011101 | 100110 | 1 | 0 | 1101 | 10110101 | 111000 | 1000110 |
Color Harmonies of #88DBDD
Complementary color
Monochromatic Colors of #88DBDD
Black with #88DBDD
Text Example
Text Example
White with #88DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBDD; }
p { color: rgb(136,219,221); }
H1.HeaderClassName
{
color: #88DBDD;
}
.AnyTagClassName
{
color: #88DBDD;
}
</style>
background-color css
<style>
a { background-color: #88DBDD; }
a { background-color: rgb(136,219,221); }
div.DivClassName
{
background-color: #88DBDD;
}
.BgClassName
{
background-color: #88DBDD;
}
</style>
border-color css
<style>
span { border-color: #88DBDD; }
span { border-color: rgb(136,219,221); }
td.TdClassName
{
border-color: #88DBDD;
}
.TagClassName
{
border-color: #88DBDD;
}
</style>