Shades of Spray #88CED6
Tints of Spray #88CED6
RGB
CMYK
RGB Variations
Color information
#88CED6 (or 0x88CED6) is known color: Spray. HEX triplet: 88, CE and D6. RGB value is (136,206,214). Sum of RGB (Red+Green+Blue) = 136+206+214=556 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.46% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #88CED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CED6 is #773129. Grayscale: #B9B9B9. Windows color (decimal): -7811370 or 14077576. OLE color: 14077576.
HSL color Cylindrical-coordinate representation of color #88CED6: hue angle of 186.15º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88CED6 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 206 | 214 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.16 |
| HSL | 186.15º | 0.49% | 0.69% | - |
| HSV(B) | 186.15º | 0.36% | 0.84% | - |
| XYZ | 44.36 | 54.23 | 71.75 | - |
| YUV | 185.98 | 143.81 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 206 | 214 | 0.36 | 0.04 | 0 | 0.16 | 186.15 | 0.49 | 0.69 |
| Hex | 88 | CE | D6 | 24 | 4 | 0 | 10 | BA | 31 | 45 |
| Octal | 210 | 316 | 326 | 44 | 4 | 0 | 20 | 272 | 61 | 105 |
| Binary | 10001000 | 11001110 | 11010110 | 100100 | 100 | 0 | 10000 | 10111010 | 110001 | 1000101 |
Color Harmonies of #88CED6
Complementary color
Monochromatic Colors of #88CED6
Black with #88CED6
Text Example
Text Example
White with #88CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CED6; }
p { color: rgb(136,206,214); }
H1.HeaderClassName
{
color: #88CED6;
}
.AnyTagClassName
{
color: #88CED6;
}
</style>
background-color css
<style>
a { background-color: #88CED6; }
a { background-color: rgb(136,206,214); }
div.DivClassName
{
background-color: #88CED6;
}
.BgClassName
{
background-color: #88CED6;
}
</style>
border-color css
<style>
span { border-color: #88CED6; }
span { border-color: rgb(136,206,214); }
td.TdClassName
{
border-color: #88CED6;
}
.TagClassName
{
border-color: #88CED6;
}
</style>