Shades of Cornflower #89BBE2
Tints of Cornflower #89BBE2
RGB
CMYK
RGB Variations
Color information
#89BBE2 (or 0x89BBE2) is known color: Cornflower. HEX triplet: 89, BB and E2. RGB value is (137,187,226). Sum of RGB (Red+Green+Blue) = 137+187+226=550 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.91% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 226 - color contains mainly: blue. Hex color #89BBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBE2 is #76441D. Grayscale: #B0B0B0. Windows color (decimal): -7750686 or 14859145. OLE color: 14859145.
HSL color Cylindrical-coordinate representation of color #89BBE2: hue angle of 206.29º 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 #89BBE2 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 187 | 226 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.11 |
| HSL | 206.29º | 0.61% | 0.71% | - |
| HSV(B) | 206.29º | 0.39% | 0.89% | - |
| XYZ | 41.81 | 46.35 | 78.69 | - |
| YUV | 176.5 | 155.94 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 187 | 226 | 0.39 | 0.17 | 0 | 0.11 | 206.29 | 0.61 | 0.71 |
| Hex | 89 | BB | E2 | 27 | 11 | 0 | B | CE | 3D | 47 |
| Octal | 211 | 273 | 342 | 47 | 21 | 0 | 13 | 316 | 75 | 107 |
| Binary | 10001001 | 10111011 | 11100010 | 100111 | 10001 | 0 | 1011 | 11001110 | 111101 | 1000111 |
Color Harmonies of #89BBE2
Complementary color
Monochromatic Colors of #89BBE2
Black with #89BBE2
Text Example
Text Example
White with #89BBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BBE2; }
p { color: rgb(137,187,226); }
H1.HeaderClassName
{
color: #89BBE2;
}
.AnyTagClassName
{
color: #89BBE2;
}
</style>
background-color css
<style>
a { background-color: #89BBE2; }
a { background-color: rgb(137,187,226); }
div.DivClassName
{
background-color: #89BBE2;
}
.BgClassName
{
background-color: #89BBE2;
}
</style>
border-color css
<style>
span { border-color: #89BBE2; }
span { border-color: rgb(137,187,226); }
td.TdClassName
{
border-color: #89BBE2;
}
.TagClassName
{
border-color: #89BBE2;
}
</style>