Shades of Cornflower #89BCE5
Tints of Cornflower #89BCE5
RGB
CMYK
RGB Variations
Color information
#89BCE5 (or 0x89BCE5) is known color: Cornflower. HEX triplet: 89, BC and E5. RGB value is (137,188,229). Sum of RGB (Red+Green+Blue) = 137+188+229=554 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.73% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #89BCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCE5 is #76431A. Grayscale: #B1B1B1. Windows color (decimal): -7750427 or 15056009. OLE color: 15056009.
HSL color Cylindrical-coordinate representation of color #89BCE5: hue angle of 206.74º degrees, saturation: 0.64, 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 #89BCE5 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 188 | 229 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.10 |
| HSL | 206.74º | 0.64% | 0.72% | - |
| HSV(B) | 206.74º | 0.4% | 0.9% | - |
| XYZ | 42.44 | 46.94 | 80.95 | - |
| YUV | 177.43 | 157.1 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 229 | 0.40 | 0.18 | 0 | 0.10 | 206.74 | 0.64 | 0.72 |
| Hex | 89 | BC | E5 | 28 | 12 | 0 | A | CF | 40 | 48 |
| Octal | 211 | 274 | 345 | 50 | 22 | 0 | 12 | 317 | 100 | 110 |
| Binary | 10001001 | 10111100 | 11100101 | 101000 | 10010 | 0 | 1010 | 11001111 | 1000000 | 1001000 |
Color Harmonies of #89BCE5
Complementary color
Monochromatic Colors of #89BCE5
Black with #89BCE5
Text Example
Text Example
White with #89BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCE5; }
p { color: rgb(137,188,229); }
H1.HeaderClassName
{
color: #89BCE5;
}
.AnyTagClassName
{
color: #89BCE5;
}
</style>
background-color css
<style>
a { background-color: #89BCE5; }
a { background-color: rgb(137,188,229); }
div.DivClassName
{
background-color: #89BCE5;
}
.BgClassName
{
background-color: #89BCE5;
}
</style>
border-color css
<style>
span { border-color: #89BCE5; }
span { border-color: rgb(137,188,229); }
td.TdClassName
{
border-color: #89BCE5;
}
.TagClassName
{
border-color: #89BCE5;
}
</style>