Shades of Cornflower #88BBE8
Tints of Cornflower #88BBE8
RGB
CMYK
RGB Variations
Color information
#88BBE8 (or 0x88BBE8) is known color: Cornflower. HEX triplet: 88, BB and E8. RGB value is (136,187,232). Sum of RGB (Red+Green+Blue) = 136+187+232=555 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.50% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #88BBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BBE8 is #774417. Grayscale: #B0B0B0. Windows color (decimal): -7816216 or 15252360. OLE color: 15252360.
HSL color Cylindrical-coordinate representation of color #88BBE8: hue angle of 208.12º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88BBE8 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 187 | 232 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.09 |
| HSL | 208.13º | 0.68% | 0.72% | - |
| HSV(B) | 208.13º | 0.41% | 0.91% | - |
| XYZ | 42.49 | 46.6 | 83.1 | - |
| YUV | 176.88 | 159.1 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 232 | 0.41 | 0.19 | 0 | 0.09 | 208.13 | 0.68 | 0.72 |
| Hex | 88 | BB | E8 | 29 | 13 | 0 | 9 | D0 | 44 | 48 |
| Octal | 210 | 273 | 350 | 51 | 23 | 0 | 11 | 320 | 104 | 110 |
| Binary | 10001000 | 10111011 | 11101000 | 101001 | 10011 | 0 | 1001 | 11010000 | 1000100 | 1001000 |
Color Harmonies of #88BBE8
Complementary color
Monochromatic Colors of #88BBE8
Black with #88BBE8
Text Example
Text Example
White with #88BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BBE8; }
p { color: rgb(136,187,232); }
H1.HeaderClassName
{
color: #88BBE8;
}
.AnyTagClassName
{
color: #88BBE8;
}
</style>
background-color css
<style>
a { background-color: #88BBE8; }
a { background-color: rgb(136,187,232); }
div.DivClassName
{
background-color: #88BBE8;
}
.BgClassName
{
background-color: #88BBE8;
}
</style>
border-color css
<style>
span { border-color: #88BBE8; }
span { border-color: rgb(136,187,232); }
td.TdClassName
{
border-color: #88BBE8;
}
.TagClassName
{
border-color: #88BBE8;
}
</style>