Shades of Spray #88CED7
Tints of Spray #88CED7
RGB
CMYK
RGB Variations
Color information
#88CED7 (or 0x88CED7) is known color: Spray. HEX triplet: 88, CE and D7. RGB value is (136,206,215). Sum of RGB (Red+Green+Blue) = 136+206+215=557 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.42% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #88CED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CED7 is #773128. Grayscale: #B9B9B9. Windows color (decimal): -7811369 or 14143112. OLE color: 14143112.
HSL color Cylindrical-coordinate representation of color #88CED7: hue angle of 186.84º 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 #88CED7 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 206 | 215 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.16 |
| HSL | 186.84º | 0.5% | 0.69% | - |
| HSV(B) | 186.84º | 0.37% | 0.84% | - |
| XYZ | 44.49 | 54.28 | 72.42 | - |
| YUV | 186.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 206 | 215 | 0.37 | 0.04 | 0 | 0.16 | 186.84 | 0.5 | 0.69 |
| Hex | 88 | CE | D7 | 25 | 4 | 0 | 10 | BB | 32 | 45 |
| Octal | 210 | 316 | 327 | 45 | 4 | 0 | 20 | 273 | 62 | 105 |
| Binary | 10001000 | 11001110 | 11010111 | 100101 | 100 | 0 | 10000 | 10111011 | 110010 | 1000101 |
Color Harmonies of #88CED7
Complementary color
Monochromatic Colors of #88CED7
Black with #88CED7
Text Example
Text Example
White with #88CED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CED7; }
p { color: rgb(136,206,215); }
H1.HeaderClassName
{
color: #88CED7;
}
.AnyTagClassName
{
color: #88CED7;
}
</style>
background-color css
<style>
a { background-color: #88CED7; }
a { background-color: rgb(136,206,215); }
div.DivClassName
{
background-color: #88CED7;
}
.BgClassName
{
background-color: #88CED7;
}
</style>
border-color css
<style>
span { border-color: #88CED7; }
span { border-color: rgb(136,206,215); }
td.TdClassName
{
border-color: #88CED7;
}
.TagClassName
{
border-color: #88CED7;
}
</style>