Shades of Cornflower #89BEE2
Tints of Cornflower #89BEE2
RGB
CMYK
RGB Variations
Color information
#89BEE2 (or 0x89BEE2) is known color: Cornflower. HEX triplet: 89, BE and E2. RGB value is (137,190,226). Sum of RGB (Red+Green+Blue) = 137+190+226=553 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.77% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 226 (88.67% from 255 or 40.87% from 553); Max value from RGB is 226 - color contains mainly: blue. Hex color #89BEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BEE2 is #76411D. Grayscale: #B2B2B2. Windows color (decimal): -7749918 or 14859913. OLE color: 14859913.
HSL color Cylindrical-coordinate representation of color #89BEE2: hue angle of 204.27º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89BEE2 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 190 | 226 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.11 |
| HSL | 204.27º | 0.61% | 0.71% | - |
| HSV(B) | 204.27º | 0.39% | 0.89% | - |
| XYZ | 42.46 | 47.64 | 78.91 | - |
| YUV | 178.26 | 154.94 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 190 | 226 | 0.39 | 0.16 | 0 | 0.11 | 204.27 | 0.61 | 0.71 |
| Hex | 89 | BE | E2 | 27 | 10 | 0 | B | CC | 3D | 47 |
| Octal | 211 | 276 | 342 | 47 | 20 | 0 | 13 | 314 | 75 | 107 |
| Binary | 10001001 | 10111110 | 11100010 | 100111 | 10000 | 0 | 1011 | 11001100 | 111101 | 1000111 |
Color Harmonies of #89BEE2
Complementary color
Monochromatic Colors of #89BEE2
Black with #89BEE2
Text Example
Text Example
White with #89BEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BEE2; }
p { color: rgb(137,190,226); }
H1.HeaderClassName
{
color: #89BEE2;
}
.AnyTagClassName
{
color: #89BEE2;
}
</style>
background-color css
<style>
a { background-color: #89BEE2; }
a { background-color: rgb(137,190,226); }
div.DivClassName
{
background-color: #89BEE2;
}
.BgClassName
{
background-color: #89BEE2;
}
</style>
border-color css
<style>
span { border-color: #89BEE2; }
span { border-color: rgb(137,190,226); }
td.TdClassName
{
border-color: #89BEE2;
}
.TagClassName
{
border-color: #89BEE2;
}
</style>