Shades of Spray #88C8D7
Tints of Spray #88C8D7
RGB
CMYK
RGB Variations
Color information
#88C8D7 (or 0x88C8D7) is known color: Spray. HEX triplet: 88, C8 and D7. RGB value is (136,200,215). Sum of RGB (Red+Green+Blue) = 136+200+215=551 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.68% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #88C8D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C8D7 is #773728. Grayscale: #B6B6B6. Windows color (decimal): -7812905 or 14141576. OLE color: 14141576.
HSL color Cylindrical-coordinate representation of color #88C8D7: hue angle of 191.39º 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 #88C8D7 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 200 | 215 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.16 |
| HSL | 191.39º | 0.5% | 0.69% | - |
| HSV(B) | 191.39º | 0.37% | 0.84% | - |
| XYZ | 43.07 | 51.45 | 71.95 | - |
| YUV | 182.57 | 146.3 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 200 | 215 | 0.37 | 0.07 | 0 | 0.16 | 191.39 | 0.5 | 0.69 |
| Hex | 88 | C8 | D7 | 25 | 7 | 0 | 10 | BF | 32 | 45 |
| Octal | 210 | 310 | 327 | 45 | 7 | 0 | 20 | 277 | 62 | 105 |
| Binary | 10001000 | 11001000 | 11010111 | 100101 | 111 | 0 | 10000 | 10111111 | 110010 | 1000101 |
Color Harmonies of #88C8D7
Complementary color
Monochromatic Colors of #88C8D7
Black with #88C8D7
Text Example
Text Example
White with #88C8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C8D7; }
p { color: rgb(136,200,215); }
H1.HeaderClassName
{
color: #88C8D7;
}
.AnyTagClassName
{
color: #88C8D7;
}
</style>
background-color css
<style>
a { background-color: #88C8D7; }
a { background-color: rgb(136,200,215); }
div.DivClassName
{
background-color: #88C8D7;
}
.BgClassName
{
background-color: #88C8D7;
}
</style>
border-color css
<style>
span { border-color: #88C8D7; }
span { border-color: rgb(136,200,215); }
td.TdClassName
{
border-color: #88C8D7;
}
.TagClassName
{
border-color: #88C8D7;
}
</style>