Shades of Spray #88D6DD
Tints of Spray #88D6DD
RGB
CMYK
RGB Variations
Color information
#88D6DD (or 0x88D6DD) is known color: Spray. HEX triplet: 88, D6 and DD. RGB value is (136,214,221). Sum of RGB (Red+Green+Blue) = 136+214+221=571 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.82% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #88D6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D6DD is #772922. Grayscale: #BFBFBF. Windows color (decimal): -7809315 or 14538376. OLE color: 14538376.
HSL color Cylindrical-coordinate representation of color #88D6DD: hue angle of 184.94º 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 #88D6DD is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 214 | 221 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.13 |
| HSL | 184.94º | 0.56% | 0.7% | - |
| HSV(B) | 184.94º | 0.38% | 0.87% | - |
| XYZ | 47.25 | 58.55 | 77.22 | - |
| YUV | 191.48 | 144.66 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 214 | 221 | 0.38 | 0.03 | 0 | 0.13 | 184.94 | 0.56 | 0.7 |
| Hex | 88 | D6 | DD | 26 | 3 | 0 | D | B9 | 38 | 46 |
| Octal | 210 | 326 | 335 | 46 | 3 | 0 | 15 | 271 | 70 | 106 |
| Binary | 10001000 | 11010110 | 11011101 | 100110 | 11 | 0 | 1101 | 10111001 | 111000 | 1000110 |
Color Harmonies of #88D6DD
Complementary color
Monochromatic Colors of #88D6DD
Black with #88D6DD
Text Example
Text Example
White with #88D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D6DD; }
p { color: rgb(136,214,221); }
H1.HeaderClassName
{
color: #88D6DD;
}
.AnyTagClassName
{
color: #88D6DD;
}
</style>
background-color css
<style>
a { background-color: #88D6DD; }
a { background-color: rgb(136,214,221); }
div.DivClassName
{
background-color: #88D6DD;
}
.BgClassName
{
background-color: #88D6DD;
}
</style>
border-color css
<style>
span { border-color: #88D6DD; }
span { border-color: rgb(136,214,221); }
td.TdClassName
{
border-color: #88D6DD;
}
.TagClassName
{
border-color: #88D6DD;
}
</style>