Shades of Spray #88DCDC
Tints of Spray #88DCDC
RGB
CMYK
RGB Variations
Color information
#88DCDC (or 0x88DCDC) is known color: Spray. HEX triplet: 88, DC and DC. RGB value is (136,220,220). Sum of RGB (Red+Green+Blue) = 136+220+220=576 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.61% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #88DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCDC is #772323. Grayscale: #C2C2C2. Windows color (decimal): -7807780 or 14474376. OLE color: 14474376.
HSL color Cylindrical-coordinate representation of color #88DCDC: hue angle of 180º 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 #88DCDC is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 220 | - |
| CMYK | 0.38 | 0 | 0 | 0.14 |
| HSL | 180º | 0.55% | 0.7% | - |
| HSV(B) | 180º | 0.38% | 0.86% | - |
| XYZ | 48.66 | 61.59 | 77.03 | - |
| YUV | 194.88 | 142.17 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 220 | 0.38 | 0 | 0 | 0.14 | 180 | 0.55 | 0.7 |
| Hex | 88 | DC | DC | 26 | 0 | 0 | E | B4 | 37 | 46 |
| Octal | 210 | 334 | 334 | 46 | 0 | 0 | 16 | 264 | 67 | 106 |
| Binary | 10001000 | 11011100 | 11011100 | 100110 | 0 | 0 | 1110 | 10110100 | 110111 | 1000110 |
Color Harmonies of #88DCDC
Complementary color
Monochromatic Colors of #88DCDC
Black with #88DCDC
Text Example
Text Example
White with #88DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCDC; }
p { color: rgb(136,220,220); }
H1.HeaderClassName
{
color: #88DCDC;
}
.AnyTagClassName
{
color: #88DCDC;
}
</style>
background-color css
<style>
a { background-color: #88DCDC; }
a { background-color: rgb(136,220,220); }
div.DivClassName
{
background-color: #88DCDC;
}
.BgClassName
{
background-color: #88DCDC;
}
</style>
border-color css
<style>
span { border-color: #88DCDC; }
span { border-color: rgb(136,220,220); }
td.TdClassName
{
border-color: #88DCDC;
}
.TagClassName
{
border-color: #88DCDC;
}
</style>