Shades of Cornflower #89BEE5
Tints of Cornflower #89BEE5
RGB
CMYK
RGB Variations
Color information
#89BEE5 (or 0x89BEE5) is known color: Cornflower. HEX triplet: 89, BE and E5. RGB value is (137,190,229). Sum of RGB (Red+Green+Blue) = 137+190+229=556 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.64% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #89BEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BEE5 is #76411A. Grayscale: #B2B2B2. Windows color (decimal): -7749915 or 15056521. OLE color: 15056521.
HSL color Cylindrical-coordinate representation of color #89BEE5: hue angle of 205.43º 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 #89BEE5 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 190 | 229 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.10 |
| HSL | 205.43º | 0.64% | 0.72% | - |
| HSV(B) | 205.43º | 0.4% | 0.9% | - |
| XYZ | 42.87 | 47.8 | 81.1 | - |
| YUV | 178.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 190 | 229 | 0.40 | 0.17 | 0 | 0.10 | 205.43 | 0.64 | 0.72 |
| Hex | 89 | BE | E5 | 28 | 11 | 0 | A | CD | 40 | 48 |
| Octal | 211 | 276 | 345 | 50 | 21 | 0 | 12 | 315 | 100 | 110 |
| Binary | 10001001 | 10111110 | 11100101 | 101000 | 10001 | 0 | 1010 | 11001101 | 1000000 | 1001000 |
Color Harmonies of #89BEE5
Complementary color
Monochromatic Colors of #89BEE5
Black with #89BEE5
Text Example
Text Example
White with #89BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BEE5; }
p { color: rgb(137,190,229); }
H1.HeaderClassName
{
color: #89BEE5;
}
.AnyTagClassName
{
color: #89BEE5;
}
</style>
background-color css
<style>
a { background-color: #89BEE5; }
a { background-color: rgb(137,190,229); }
div.DivClassName
{
background-color: #89BEE5;
}
.BgClassName
{
background-color: #89BEE5;
}
</style>
border-color css
<style>
span { border-color: #89BEE5; }
span { border-color: rgb(137,190,229); }
td.TdClassName
{
border-color: #89BEE5;
}
.TagClassName
{
border-color: #89BEE5;
}
</style>