Shades of Spray #88D2DA
Tints of Spray #88D2DA
RGB
CMYK
RGB Variations
Color information
#88D2DA (or 0x88D2DA) is known color: Spray. HEX triplet: 88, D2 and DA. RGB value is (136,210,218). Sum of RGB (Red+Green+Blue) = 136+210+218=564 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.11% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #88D2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D2DA is #772D25. Grayscale: #BCBCBC. Windows color (decimal): -7810342 or 14340744. OLE color: 14340744.
HSL color Cylindrical-coordinate representation of color #88D2DA: hue angle of 185.85º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88D2DA is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 210 | 218 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.15 |
| HSL | 185.85º | 0.53% | 0.69% | - |
| HSV(B) | 185.85º | 0.38% | 0.85% | - |
| XYZ | 45.85 | 56.39 | 74.8 | - |
| YUV | 188.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 210 | 218 | 0.38 | 0.04 | 0 | 0.15 | 185.85 | 0.53 | 0.69 |
| Hex | 88 | D2 | DA | 26 | 4 | 0 | F | BA | 35 | 45 |
| Octal | 210 | 322 | 332 | 46 | 4 | 0 | 17 | 272 | 65 | 105 |
| Binary | 10001000 | 11010010 | 11011010 | 100110 | 100 | 0 | 1111 | 10111010 | 110101 | 1000101 |
Color Harmonies of #88D2DA
Complementary color
Monochromatic Colors of #88D2DA
Black with #88D2DA
Text Example
Text Example
White with #88D2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D2DA; }
p { color: rgb(136,210,218); }
H1.HeaderClassName
{
color: #88D2DA;
}
.AnyTagClassName
{
color: #88D2DA;
}
</style>
background-color css
<style>
a { background-color: #88D2DA; }
a { background-color: rgb(136,210,218); }
div.DivClassName
{
background-color: #88D2DA;
}
.BgClassName
{
background-color: #88D2DA;
}
</style>
border-color css
<style>
span { border-color: #88D2DA; }
span { border-color: rgb(136,210,218); }
td.TdClassName
{
border-color: #88D2DA;
}
.TagClassName
{
border-color: #88D2DA;
}
</style>