Shades of Spray #88DBE6
Tints of Spray #88DBE6
RGB
CMYK
RGB Variations
Color information
#88DBE6 (or 0x88DBE6) is known color: Spray. HEX triplet: 88, DB and E6. RGB value is (136,219,230). Sum of RGB (Red+Green+Blue) = 136+219+230=585 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.25% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: blue. Hex color #88DBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DBE6 is #772419. Grayscale: #C3C3C3. Windows color (decimal): -7808026 or 15129480. OLE color: 15129480.
HSL color Cylindrical-coordinate representation of color #88DBE6: hue angle of 187.02º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88DBE6 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 219 | 230 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.10 |
| HSL | 187.02º | 0.65% | 0.72% | - |
| HSV(B) | 187.02º | 0.41% | 0.9% | - |
| XYZ | 49.77 | 61.61 | 84.13 | - |
| YUV | 195.44 | 147.5 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 230 | 0.41 | 0.05 | 0 | 0.10 | 187.02 | 0.65 | 0.72 |
| Hex | 88 | DB | E6 | 29 | 5 | 0 | A | BB | 41 | 48 |
| Octal | 210 | 333 | 346 | 51 | 5 | 0 | 12 | 273 | 101 | 110 |
| Binary | 10001000 | 11011011 | 11100110 | 101001 | 101 | 0 | 1010 | 10111011 | 1000001 | 1001000 |
Color Harmonies of #88DBE6
Complementary color
Monochromatic Colors of #88DBE6
Black with #88DBE6
Text Example
Text Example
White with #88DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBE6; }
p { color: rgb(136,219,230); }
H1.HeaderClassName
{
color: #88DBE6;
}
.AnyTagClassName
{
color: #88DBE6;
}
</style>
background-color css
<style>
a { background-color: #88DBE6; }
a { background-color: rgb(136,219,230); }
div.DivClassName
{
background-color: #88DBE6;
}
.BgClassName
{
background-color: #88DBE6;
}
</style>
border-color css
<style>
span { border-color: #88DBE6; }
span { border-color: rgb(136,219,230); }
td.TdClassName
{
border-color: #88DBE6;
}
.TagClassName
{
border-color: #88DBE6;
}
</style>