Shades of Cornflower #89BAED
Tints of Cornflower #89BAED
RGB
CMYK
RGB Variations
Color information
#89BAED (or 0x89BAED) is known color: Cornflower. HEX triplet: 89, BA and ED. RGB value is (137,186,237). Sum of RGB (Red+Green+Blue) = 137+186+237=560 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.46% from 560); Green value is 186 (73.05% from 255 or 33.21% 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 #89BAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BAED is #764512. Grayscale: #B0B0B0. Windows color (decimal): -7750931 or 15579785. OLE color: 15579785.
HSL color Cylindrical-coordinate representation of color #89BAED: hue angle of 210.6º degrees, saturation: 0.74, 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 #89BAED is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 186 | 237 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.07 |
| HSL | 210.6º | 0.74% | 0.73% | - |
| HSV(B) | 210.6º | 0.42% | 0.93% | - |
| XYZ | 43.16 | 46.55 | 86.83 | - |
| YUV | 177.16 | 161.77 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 237 | 0.42 | 0.22 | 0 | 0.07 | 210.6 | 0.74 | 0.73 |
| Hex | 89 | BA | ED | 2A | 16 | 0 | 7 | D3 | 4A | 49 |
| Octal | 211 | 272 | 355 | 52 | 26 | 0 | 7 | 323 | 112 | 111 |
| Binary | 10001001 | 10111010 | 11101101 | 101010 | 10110 | 0 | 111 | 11010011 | 1001010 | 1001001 |
Color Harmonies of #89BAED
Complementary color
Monochromatic Colors of #89BAED
Black with #89BAED
Text Example
Text Example
White with #89BAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BAED; }
p { color: rgb(137,186,237); }
H1.HeaderClassName
{
color: #89BAED;
}
.AnyTagClassName
{
color: #89BAED;
}
</style>
background-color css
<style>
a { background-color: #89BAED; }
a { background-color: rgb(137,186,237); }
div.DivClassName
{
background-color: #89BAED;
}
.BgClassName
{
background-color: #89BAED;
}
</style>
border-color css
<style>
span { border-color: #89BAED; }
span { border-color: rgb(137,186,237); }
td.TdClassName
{
border-color: #89BAED;
}
.TagClassName
{
border-color: #89BAED;
}
</style>