Shades of Spray #88D8DD
Tints of Spray #88D8DD
RGB
CMYK
RGB Variations
Color information
#88D8DD (or 0x88D8DD) is known color: Spray. HEX triplet: 88, D8 and DD. RGB value is (136,216,221). Sum of RGB (Red+Green+Blue) = 136+216+221=573 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.73% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #88D8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D8DD is #772722. Grayscale: #C0C0C0. Windows color (decimal): -7808803 or 14538888. OLE color: 14538888.
HSL color Cylindrical-coordinate representation of color #88D8DD: hue angle of 183.53º 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 #88D8DD is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 216 | 221 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.13 |
| HSL | 183.53º | 0.56% | 0.7% | - |
| HSV(B) | 183.53º | 0.38% | 0.87% | - |
| XYZ | 47.76 | 59.57 | 77.39 | - |
| YUV | 192.65 | 144 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 216 | 221 | 0.38 | 0.02 | 0 | 0.13 | 183.53 | 0.56 | 0.7 |
| Hex | 88 | D8 | DD | 26 | 2 | 0 | D | B8 | 38 | 46 |
| Octal | 210 | 330 | 335 | 46 | 2 | 0 | 15 | 270 | 70 | 106 |
| Binary | 10001000 | 11011000 | 11011101 | 100110 | 10 | 0 | 1101 | 10111000 | 111000 | 1000110 |
Color Harmonies of #88D8DD
Complementary color
Monochromatic Colors of #88D8DD
Black with #88D8DD
Text Example
Text Example
White with #88D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D8DD; }
p { color: rgb(136,216,221); }
H1.HeaderClassName
{
color: #88D8DD;
}
.AnyTagClassName
{
color: #88D8DD;
}
</style>
background-color css
<style>
a { background-color: #88D8DD; }
a { background-color: rgb(136,216,221); }
div.DivClassName
{
background-color: #88D8DD;
}
.BgClassName
{
background-color: #88D8DD;
}
</style>
border-color css
<style>
span { border-color: #88D8DD; }
span { border-color: rgb(136,216,221); }
td.TdClassName
{
border-color: #88D8DD;
}
.TagClassName
{
border-color: #88D8DD;
}
</style>