Shades of Spray #88C0D9
Tints of Spray #88C0D9
RGB
CMYK
RGB Variations
Color information
#88C0D9 (or 0x88C0D9) is known color: Spray. HEX triplet: 88, C0 and D9. RGB value is (136,192,217). Sum of RGB (Red+Green+Blue) = 136+192+217=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 217 - color contains mainly: blue. Hex color #88C0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C0D9 is #773F26. Grayscale: #B1B1B1. Windows color (decimal): -7814951 or 14270600. OLE color: 14270600.
HSL color Cylindrical-coordinate representation of color #88C0D9: hue angle of 198.52º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88C0D9 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 192 | 217 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.15 |
| HSL | 198.52º | 0.52% | 0.69% | - |
| HSV(B) | 198.52º | 0.37% | 0.85% | - |
| XYZ | 41.53 | 47.94 | 72.71 | - |
| YUV | 178.11 | 149.95 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 217 | 0.37 | 0.12 | 0 | 0.15 | 198.52 | 0.52 | 0.69 |
| Hex | 88 | C0 | D9 | 25 | C | 0 | F | C7 | 34 | 45 |
| Octal | 210 | 300 | 331 | 45 | 14 | 0 | 17 | 307 | 64 | 105 |
| Binary | 10001000 | 11000000 | 11011001 | 100101 | 1100 | 0 | 1111 | 11000111 | 110100 | 1000101 |
Color Harmonies of #88C0D9
Complementary color
Monochromatic Colors of #88C0D9
Black with #88C0D9
Text Example
Text Example
White with #88C0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C0D9; }
p { color: rgb(136,192,217); }
H1.HeaderClassName
{
color: #88C0D9;
}
.AnyTagClassName
{
color: #88C0D9;
}
</style>
background-color css
<style>
a { background-color: #88C0D9; }
a { background-color: rgb(136,192,217); }
div.DivClassName
{
background-color: #88C0D9;
}
.BgClassName
{
background-color: #88C0D9;
}
</style>
border-color css
<style>
span { border-color: #88C0D9; }
span { border-color: rgb(136,192,217); }
td.TdClassName
{
border-color: #88C0D9;
}
.TagClassName
{
border-color: #88C0D9;
}
</style>