Shades of Spray #88DADC
Tints of Spray #88DADC
RGB
CMYK
RGB Variations
Color information
#88DADC (or 0x88DADC) is known color: Spray. HEX triplet: 88, DA and DC. RGB value is (136,218,220). Sum of RGB (Red+Green+Blue) = 136+218+220=574 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.69% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #88DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DADC is #772523. Grayscale: #C1C1C1. Windows color (decimal): -7808292 or 14473864. OLE color: 14473864.
HSL color Cylindrical-coordinate representation of color #88DADC: hue angle of 181.43º 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 #88DADC is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 218 | 220 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.14 |
| HSL | 181.43º | 0.55% | 0.7% | - |
| HSV(B) | 181.43º | 0.38% | 0.86% | - |
| XYZ | 48.14 | 60.54 | 76.86 | - |
| YUV | 193.71 | 142.83 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 218 | 220 | 0.38 | 0.01 | 0 | 0.14 | 181.43 | 0.55 | 0.7 |
| Hex | 88 | DA | DC | 26 | 1 | 0 | E | B5 | 37 | 46 |
| Octal | 210 | 332 | 334 | 46 | 1 | 0 | 16 | 265 | 67 | 106 |
| Binary | 10001000 | 11011010 | 11011100 | 100110 | 1 | 0 | 1110 | 10110101 | 110111 | 1000110 |
Color Harmonies of #88DADC
Complementary color
Monochromatic Colors of #88DADC
Black with #88DADC
Text Example
Text Example
White with #88DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DADC; }
p { color: rgb(136,218,220); }
H1.HeaderClassName
{
color: #88DADC;
}
.AnyTagClassName
{
color: #88DADC;
}
</style>
background-color css
<style>
a { background-color: #88DADC; }
a { background-color: rgb(136,218,220); }
div.DivClassName
{
background-color: #88DADC;
}
.BgClassName
{
background-color: #88DADC;
}
</style>
border-color css
<style>
span { border-color: #88DADC; }
span { border-color: rgb(136,218,220); }
td.TdClassName
{
border-color: #88DADC;
}
.TagClassName
{
border-color: #88DADC;
}
</style>