Shades of Spray #88D4D7
Tints of Spray #88D4D7
RGB
CMYK
RGB Variations
Color information
#88D4D7 (or 0x88D4D7) is known color: Spray. HEX triplet: 88, D4 and D7. RGB value is (136,212,215). Sum of RGB (Red+Green+Blue) = 136+212+215=563 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.16% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #88D4D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D4D7 is #772B28. Grayscale: #BDBDBD. Windows color (decimal): -7809833 or 14144648. OLE color: 14144648.
HSL color Cylindrical-coordinate representation of color #88D4D7: hue angle of 182.28º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D4D7 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 212 | 215 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.16 |
| HSL | 182.28º | 0.5% | 0.69% | - |
| HSV(B) | 182.28º | 0.37% | 0.84% | - |
| XYZ | 45.96 | 57.23 | 72.91 | - |
| YUV | 189.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 212 | 215 | 0.37 | 0.01 | 0 | 0.16 | 182.28 | 0.5 | 0.69 |
| Hex | 88 | D4 | D7 | 25 | 1 | 0 | 10 | B6 | 32 | 45 |
| Octal | 210 | 324 | 327 | 45 | 1 | 0 | 20 | 266 | 62 | 105 |
| Binary | 10001000 | 11010100 | 11010111 | 100101 | 1 | 0 | 10000 | 10110110 | 110010 | 1000101 |
Color Harmonies of #88D4D7
Complementary color
Monochromatic Colors of #88D4D7
Black with #88D4D7
Text Example
Text Example
White with #88D4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D4D7; }
p { color: rgb(136,212,215); }
H1.HeaderClassName
{
color: #88D4D7;
}
.AnyTagClassName
{
color: #88D4D7;
}
</style>
background-color css
<style>
a { background-color: #88D4D7; }
a { background-color: rgb(136,212,215); }
div.DivClassName
{
background-color: #88D4D7;
}
.BgClassName
{
background-color: #88D4D7;
}
</style>
border-color css
<style>
span { border-color: #88D4D7; }
span { border-color: rgb(136,212,215); }
td.TdClassName
{
border-color: #88D4D7;
}
.TagClassName
{
border-color: #88D4D7;
}
</style>