Shades of Spray #88D2DC
Tints of Spray #88D2DC
RGB
CMYK
RGB Variations
Color information
#88D2DC (or 0x88D2DC) is known color: Spray. HEX triplet: 88, D2 and DC. RGB value is (136,210,220). Sum of RGB (Red+Green+Blue) = 136+210+220=566 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.03% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #88D2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D2DC is #772D23. Grayscale: #BCBCBC. Windows color (decimal): -7810340 or 14471816. OLE color: 14471816.
HSL color Cylindrical-coordinate representation of color #88D2DC: hue angle of 187.14º 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 #88D2DC is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 210 | 220 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.14 |
| HSL | 187.14º | 0.55% | 0.7% | - |
| HSV(B) | 187.14º | 0.38% | 0.86% | - |
| XYZ | 46.12 | 56.49 | 76.18 | - |
| YUV | 189.01 | 145.48 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 210 | 220 | 0.38 | 0.05 | 0 | 0.14 | 187.14 | 0.55 | 0.7 |
| Hex | 88 | D2 | DC | 26 | 5 | 0 | E | BB | 37 | 46 |
| Octal | 210 | 322 | 334 | 46 | 5 | 0 | 16 | 273 | 67 | 106 |
| Binary | 10001000 | 11010010 | 11011100 | 100110 | 101 | 0 | 1110 | 10111011 | 110111 | 1000110 |
Color Harmonies of #88D2DC
Complementary color
Monochromatic Colors of #88D2DC
Black with #88D2DC
Text Example
Text Example
White with #88D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D2DC; }
p { color: rgb(136,210,220); }
H1.HeaderClassName
{
color: #88D2DC;
}
.AnyTagClassName
{
color: #88D2DC;
}
</style>
background-color css
<style>
a { background-color: #88D2DC; }
a { background-color: rgb(136,210,220); }
div.DivClassName
{
background-color: #88D2DC;
}
.BgClassName
{
background-color: #88D2DC;
}
</style>
border-color css
<style>
span { border-color: #88D2DC; }
span { border-color: rgb(136,210,220); }
td.TdClassName
{
border-color: #88D2DC;
}
.TagClassName
{
border-color: #88D2DC;
}
</style>