Shades of Spray #88DBDC
Tints of Spray #88DBDC
RGB
CMYK
RGB Variations
Color information
#88DBDC (or 0x88DBDC) is known color: Spray. HEX triplet: 88, DB and DC. RGB value is (136,219,220). Sum of RGB (Red+Green+Blue) = 136+219+220=575 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.65% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #88DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DBDC is #772423. Grayscale: #C2C2C2. Windows color (decimal): -7808036 or 14474120. OLE color: 14474120.
HSL color Cylindrical-coordinate representation of color #88DBDC: hue angle of 180.71º 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 #88DBDC is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 220 | - |
| CMYK | 0.38 | 0.00 | 0 | 0.14 |
| HSL | 180.71º | 0.55% | 0.7% | - |
| HSV(B) | 180.71º | 0.38% | 0.86% | - |
| XYZ | 48.4 | 61.06 | 76.95 | - |
| YUV | 194.3 | 142.5 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 220 | 0.38 | 0.00 | 0 | 0.14 | 180.71 | 0.55 | 0.7 |
| Hex | 88 | DB | DC | 26 | 0 | 0 | E | B5 | 37 | 46 |
| Octal | 210 | 333 | 334 | 46 | 0 | 0 | 16 | 265 | 67 | 106 |
| Binary | 10001000 | 11011011 | 11011100 | 100110 | 0 | 0 | 1110 | 10110101 | 110111 | 1000110 |
Color Harmonies of #88DBDC
Complementary color
Monochromatic Colors of #88DBDC
Black with #88DBDC
Text Example
Text Example
White with #88DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBDC; }
p { color: rgb(136,219,220); }
H1.HeaderClassName
{
color: #88DBDC;
}
.AnyTagClassName
{
color: #88DBDC;
}
</style>
background-color css
<style>
a { background-color: #88DBDC; }
a { background-color: rgb(136,219,220); }
div.DivClassName
{
background-color: #88DBDC;
}
.BgClassName
{
background-color: #88DBDC;
}
</style>
border-color css
<style>
span { border-color: #88DBDC; }
span { border-color: rgb(136,219,220); }
td.TdClassName
{
border-color: #88DBDC;
}
.TagClassName
{
border-color: #88DBDC;
}
</style>