Shades of Cornflower #89BCEA
Tints of Cornflower #89BCEA
RGB
CMYK
RGB Variations
Color information
#89BCEA (or 0x89BCEA) is known color: Cornflower. HEX triplet: 89, BC and EA. RGB value is (137,188,234). Sum of RGB (Red+Green+Blue) = 137+188+234=559 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.51% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #89BCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BCEA is #764315. Grayscale: #B1B1B1. Windows color (decimal): -7750422 or 15383689. OLE color: 15383689.
HSL color Cylindrical-coordinate representation of color #89BCEA: hue angle of 208.45º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89BCEA is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 188 | 234 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.08 |
| HSL | 208.45º | 0.7% | 0.73% | - |
| HSV(B) | 208.45º | 0.41% | 0.92% | - |
| XYZ | 43.15 | 47.23 | 84.68 | - |
| YUV | 178 | 159.6 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 234 | 0.41 | 0.20 | 0 | 0.08 | 208.45 | 0.7 | 0.73 |
| Hex | 89 | BC | EA | 29 | 14 | 0 | 8 | D0 | 46 | 49 |
| Octal | 211 | 274 | 352 | 51 | 24 | 0 | 10 | 320 | 106 | 111 |
| Binary | 10001001 | 10111100 | 11101010 | 101001 | 10100 | 0 | 1000 | 11010000 | 1000110 | 1001001 |
Color Harmonies of #89BCEA
Complementary color
Monochromatic Colors of #89BCEA
Black with #89BCEA
Text Example
Text Example
White with #89BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCEA; }
p { color: rgb(137,188,234); }
H1.HeaderClassName
{
color: #89BCEA;
}
.AnyTagClassName
{
color: #89BCEA;
}
</style>
background-color css
<style>
a { background-color: #89BCEA; }
a { background-color: rgb(137,188,234); }
div.DivClassName
{
background-color: #89BCEA;
}
.BgClassName
{
background-color: #89BCEA;
}
</style>
border-color css
<style>
span { border-color: #89BCEA; }
span { border-color: rgb(137,188,234); }
td.TdClassName
{
border-color: #89BCEA;
}
.TagClassName
{
border-color: #89BCEA;
}
</style>