Shades of Cornflower #88BBED
Tints of Cornflower #88BBED
RGB
CMYK
RGB Variations
Color information
#88BBED (or 0x88BBED) is known color: Cornflower. HEX triplet: 88, BB and ED. RGB value is (136,187,237). Sum of RGB (Red+Green+Blue) = 136+187+237=560 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.29% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #88BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BBED is #774412. Grayscale: #B1B1B1. Windows color (decimal): -7816211 or 15580040. OLE color: 15580040.
HSL color Cylindrical-coordinate representation of color #88BBED: hue angle of 209.7º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88BBED is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 187 | 237 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.07 |
| HSL | 209.7º | 0.74% | 0.73% | - |
| HSV(B) | 209.7º | 0.43% | 0.93% | - |
| XYZ | 43.21 | 46.89 | 86.89 | - |
| YUV | 177.45 | 161.6 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 237 | 0.43 | 0.21 | 0 | 0.07 | 209.7 | 0.74 | 0.73 |
| Hex | 88 | BB | ED | 2B | 15 | 0 | 7 | D2 | 4A | 49 |
| Octal | 210 | 273 | 355 | 53 | 25 | 0 | 7 | 322 | 112 | 111 |
| Binary | 10001000 | 10111011 | 11101101 | 101011 | 10101 | 0 | 111 | 11010010 | 1001010 | 1001001 |
Color Harmonies of #88BBED
Complementary color
Monochromatic Colors of #88BBED
Black with #88BBED
Text Example
Text Example
White with #88BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BBED; }
p { color: rgb(136,187,237); }
H1.HeaderClassName
{
color: #88BBED;
}
.AnyTagClassName
{
color: #88BBED;
}
</style>
background-color css
<style>
a { background-color: #88BBED; }
a { background-color: rgb(136,187,237); }
div.DivClassName
{
background-color: #88BBED;
}
.BgClassName
{
background-color: #88BBED;
}
</style>
border-color css
<style>
span { border-color: #88BBED; }
span { border-color: rgb(136,187,237); }
td.TdClassName
{
border-color: #88BBED;
}
.TagClassName
{
border-color: #88BBED;
}
</style>