Shades of Spray #88DADD
Tints of Spray #88DADD
RGB
CMYK
RGB Variations
Color information
#88DADD (or 0x88DADD) is known color: Spray. HEX triplet: 88, DA and DD. RGB value is (136,218,221). Sum of RGB (Red+Green+Blue) = 136+218+221=575 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.65% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #88DADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DADD is #772522. Grayscale: #C1C1C1. Windows color (decimal): -7808291 or 14539400. OLE color: 14539400.
HSL color Cylindrical-coordinate representation of color #88DADD: hue angle of 182.12º 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 #88DADD is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 218 | 221 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.13 |
| HSL | 182.12º | 0.56% | 0.7% | - |
| HSV(B) | 182.12º | 0.38% | 0.87% | - |
| XYZ | 48.28 | 60.6 | 77.56 | - |
| YUV | 193.82 | 143.33 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 218 | 221 | 0.38 | 0.01 | 0 | 0.13 | 182.12 | 0.56 | 0.7 |
| Hex | 88 | DA | DD | 26 | 1 | 0 | D | B6 | 38 | 46 |
| Octal | 210 | 332 | 335 | 46 | 1 | 0 | 15 | 266 | 70 | 106 |
| Binary | 10001000 | 11011010 | 11011101 | 100110 | 1 | 0 | 1101 | 10110110 | 111000 | 1000110 |
Color Harmonies of #88DADD
Complementary color
Monochromatic Colors of #88DADD
Black with #88DADD
Text Example
Text Example
White with #88DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DADD; }
p { color: rgb(136,218,221); }
H1.HeaderClassName
{
color: #88DADD;
}
.AnyTagClassName
{
color: #88DADD;
}
</style>
background-color css
<style>
a { background-color: #88DADD; }
a { background-color: rgb(136,218,221); }
div.DivClassName
{
background-color: #88DADD;
}
.BgClassName
{
background-color: #88DADD;
}
</style>
border-color css
<style>
span { border-color: #88DADD; }
span { border-color: rgb(136,218,221); }
td.TdClassName
{
border-color: #88DADD;
}
.TagClassName
{
border-color: #88DADD;
}
</style>