Shades of Cornflower #89BCE6
Tints of Cornflower #89BCE6
RGB
CMYK
RGB Variations
Color information
#89BCE6 (or 0x89BCE6) is known color: Cornflower. HEX triplet: 89, BC and E6. RGB value is (137,188,230). Sum of RGB (Red+Green+Blue) = 137+188+230=555 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.68% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #89BCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BCE6 is #764319. Grayscale: #B1B1B1. Windows color (decimal): -7750426 or 15121545. OLE color: 15121545.
HSL color Cylindrical-coordinate representation of color #89BCE6: hue angle of 207.1º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89BCE6 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 188 | 230 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.10 |
| HSL | 207.1º | 0.65% | 0.72% | - |
| HSV(B) | 207.1º | 0.4% | 0.9% | - |
| XYZ | 42.58 | 47 | 81.69 | - |
| YUV | 177.54 | 157.6 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 230 | 0.40 | 0.18 | 0 | 0.10 | 207.1 | 0.65 | 0.72 |
| Hex | 89 | BC | E6 | 28 | 12 | 0 | A | CF | 41 | 48 |
| Octal | 211 | 274 | 346 | 50 | 22 | 0 | 12 | 317 | 101 | 110 |
| Binary | 10001001 | 10111100 | 11100110 | 101000 | 10010 | 0 | 1010 | 11001111 | 1000001 | 1001000 |
Color Harmonies of #89BCE6
Complementary color
Monochromatic Colors of #89BCE6
Black with #89BCE6
Text Example
Text Example
White with #89BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCE6; }
p { color: rgb(137,188,230); }
H1.HeaderClassName
{
color: #89BCE6;
}
.AnyTagClassName
{
color: #89BCE6;
}
</style>
background-color css
<style>
a { background-color: #89BCE6; }
a { background-color: rgb(137,188,230); }
div.DivClassName
{
background-color: #89BCE6;
}
.BgClassName
{
background-color: #89BCE6;
}
</style>
border-color css
<style>
span { border-color: #89BCE6; }
span { border-color: rgb(137,188,230); }
td.TdClassName
{
border-color: #89BCE6;
}
.TagClassName
{
border-color: #89BCE6;
}
</style>