Shades of Cornflower #88C0EC
Tints of Cornflower #88C0EC
RGB
CMYK
RGB Variations
Color information
#88C0EC (or 0x88C0EC) is known color: Cornflower. HEX triplet: 88, C0 and EC. RGB value is (136,192,236). Sum of RGB (Red+Green+Blue) = 136+192+236=564 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.11% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #88C0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C0EC is #773F13. Grayscale: #B4B4B4. Windows color (decimal): -7814932 or 15515784. OLE color: 15515784.
HSL color Cylindrical-coordinate representation of color #88C0EC: hue angle of 206.4º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88C0EC is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 192 | 236 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.07 |
| HSL | 206.4º | 0.72% | 0.73% | - |
| HSV(B) | 206.4º | 0.42% | 0.93% | - |
| XYZ | 44.14 | 48.99 | 86.49 | - |
| YUV | 180.27 | 159.45 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 236 | 0.42 | 0.19 | 0 | 0.07 | 206.4 | 0.72 | 0.73 |
| Hex | 88 | C0 | EC | 2A | 13 | 0 | 7 | CE | 48 | 49 |
| Octal | 210 | 300 | 354 | 52 | 23 | 0 | 7 | 316 | 110 | 111 |
| Binary | 10001000 | 11000000 | 11101100 | 101010 | 10011 | 0 | 111 | 11001110 | 1001000 | 1001001 |
Color Harmonies of #88C0EC
Complementary color
Monochromatic Colors of #88C0EC
Black with #88C0EC
Text Example
Text Example
White with #88C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C0EC; }
p { color: rgb(136,192,236); }
H1.HeaderClassName
{
color: #88C0EC;
}
.AnyTagClassName
{
color: #88C0EC;
}
</style>
background-color css
<style>
a { background-color: #88C0EC; }
a { background-color: rgb(136,192,236); }
div.DivClassName
{
background-color: #88C0EC;
}
.BgClassName
{
background-color: #88C0EC;
}
</style>
border-color css
<style>
span { border-color: #88C0EC; }
span { border-color: rgb(136,192,236); }
td.TdClassName
{
border-color: #88C0EC;
}
.TagClassName
{
border-color: #88C0EC;
}
</style>