Shades of Cornflower #89BDEA
Tints of Cornflower #89BDEA
RGB
CMYK
RGB Variations
Color information
#89BDEA (or 0x89BDEA) is known color: Cornflower. HEX triplet: 89, BD and EA. RGB value is (137,189,234). Sum of RGB (Red+Green+Blue) = 137+189+234=560 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.46% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #89BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BDEA is #764215. Grayscale: #B2B2B2. Windows color (decimal): -7750166 or 15383945. OLE color: 15383945.
HSL color Cylindrical-coordinate representation of color #89BDEA: hue angle of 207.84º 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 #89BDEA is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 189 | 234 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.08 |
| HSL | 207.84º | 0.7% | 0.73% | - |
| HSV(B) | 207.84º | 0.41% | 0.92% | - |
| XYZ | 43.37 | 47.65 | 84.75 | - |
| YUV | 178.58 | 159.27 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 234 | 0.41 | 0.19 | 0 | 0.08 | 207.84 | 0.7 | 0.73 |
| Hex | 89 | BD | EA | 29 | 13 | 0 | 8 | D0 | 46 | 49 |
| Octal | 211 | 275 | 352 | 51 | 23 | 0 | 10 | 320 | 106 | 111 |
| Binary | 10001001 | 10111101 | 11101010 | 101001 | 10011 | 0 | 1000 | 11010000 | 1000110 | 1001001 |
Color Harmonies of #89BDEA
Complementary color
Monochromatic Colors of #89BDEA
Black with #89BDEA
Text Example
Text Example
White with #89BDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BDEA; }
p { color: rgb(137,189,234); }
H1.HeaderClassName
{
color: #89BDEA;
}
.AnyTagClassName
{
color: #89BDEA;
}
</style>
background-color css
<style>
a { background-color: #89BDEA; }
a { background-color: rgb(137,189,234); }
div.DivClassName
{
background-color: #89BDEA;
}
.BgClassName
{
background-color: #89BDEA;
}
</style>
border-color css
<style>
span { border-color: #89BDEA; }
span { border-color: rgb(137,189,234); }
td.TdClassName
{
border-color: #89BDEA;
}
.TagClassName
{
border-color: #89BDEA;
}
</style>