Shades of Cornflower #89BDE5
Tints of Cornflower #89BDE5
RGB
CMYK
RGB Variations
Color information
#89BDE5 (or 0x89BDE5) is known color: Cornflower. HEX triplet: 89, BD and E5. RGB value is (137,189,229). Sum of RGB (Red+Green+Blue) = 137+189+229=555 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.68% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #89BDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDE5 is #76421A. Grayscale: #B1B1B1. Windows color (decimal): -7750171 or 15056265. OLE color: 15056265.
HSL color Cylindrical-coordinate representation of color #89BDE5: hue angle of 206.09º 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 #89BDE5 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 189 | 229 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.10 |
| HSL | 206.09º | 0.64% | 0.72% | - |
| HSV(B) | 206.09º | 0.4% | 0.9% | - |
| XYZ | 42.66 | 47.37 | 81.02 | - |
| YUV | 178.01 | 156.77 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 229 | 0.40 | 0.17 | 0 | 0.10 | 206.09 | 0.64 | 0.72 |
| Hex | 89 | BD | E5 | 28 | 11 | 0 | A | CE | 40 | 48 |
| Octal | 211 | 275 | 345 | 50 | 21 | 0 | 12 | 316 | 100 | 110 |
| Binary | 10001001 | 10111101 | 11100101 | 101000 | 10001 | 0 | 1010 | 11001110 | 1000000 | 1001000 |
Color Harmonies of #89BDE5
Complementary color
Monochromatic Colors of #89BDE5
Black with #89BDE5
Text Example
Text Example
White with #89BDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BDE5; }
p { color: rgb(137,189,229); }
H1.HeaderClassName
{
color: #89BDE5;
}
.AnyTagClassName
{
color: #89BDE5;
}
</style>
background-color css
<style>
a { background-color: #89BDE5; }
a { background-color: rgb(137,189,229); }
div.DivClassName
{
background-color: #89BDE5;
}
.BgClassName
{
background-color: #89BDE5;
}
</style>
border-color css
<style>
span { border-color: #89BDE5; }
span { border-color: rgb(137,189,229); }
td.TdClassName
{
border-color: #89BDE5;
}
.TagClassName
{
border-color: #89BDE5;
}
</style>