Shades of Spray #88C8D9
Tints of Spray #88C8D9
RGB
CMYK
RGB Variations
Color information
#88C8D9 (or 0x88C8D9) is known color: Spray. HEX triplet: 88, C8 and D9. RGB value is (136,200,217). Sum of RGB (Red+Green+Blue) = 136+200+217=553 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.59% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #88C8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C8D9 is #773726. Grayscale: #B6B6B6. Windows color (decimal): -7812903 or 14272648. OLE color: 14272648.
HSL color Cylindrical-coordinate representation of color #88C8D9: hue angle of 192.59º 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 #88C8D9 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 200 | 217 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.15 |
| HSL | 192.59º | 0.52% | 0.69% | - |
| HSV(B) | 192.59º | 0.37% | 0.85% | - |
| XYZ | 43.33 | 51.55 | 73.31 | - |
| YUV | 182.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 200 | 217 | 0.37 | 0.08 | 0 | 0.15 | 192.59 | 0.52 | 0.69 |
| Hex | 88 | C8 | D9 | 25 | 8 | 0 | F | C1 | 34 | 45 |
| Octal | 210 | 310 | 331 | 45 | 10 | 0 | 17 | 301 | 64 | 105 |
| Binary | 10001000 | 11001000 | 11011001 | 100101 | 1000 | 0 | 1111 | 11000001 | 110100 | 1000101 |
Color Harmonies of #88C8D9
Complementary color
Monochromatic Colors of #88C8D9
Black with #88C8D9
Text Example
Text Example
White with #88C8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C8D9; }
p { color: rgb(136,200,217); }
H1.HeaderClassName
{
color: #88C8D9;
}
.AnyTagClassName
{
color: #88C8D9;
}
</style>
background-color css
<style>
a { background-color: #88C8D9; }
a { background-color: rgb(136,200,217); }
div.DivClassName
{
background-color: #88C8D9;
}
.BgClassName
{
background-color: #88C8D9;
}
</style>
border-color css
<style>
span { border-color: #88C8D9; }
span { border-color: rgb(136,200,217); }
td.TdClassName
{
border-color: #88C8D9;
}
.TagClassName
{
border-color: #88C8D9;
}
</style>