Shades of Cornflower #89BBE5
Tints of Cornflower #89BBE5
RGB
CMYK
RGB Variations
Color information
#89BBE5 (or 0x89BBE5) is known color: Cornflower. HEX triplet: 89, BB and E5. RGB value is (137,187,229). Sum of RGB (Red+Green+Blue) = 137+187+229=553 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.77% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #89BBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBE5 is #76441A. Grayscale: #B0B0B0. Windows color (decimal): -7750683 or 15055753. OLE color: 15055753.
HSL color Cylindrical-coordinate representation of color #89BBE5: hue angle of 207.39º 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 #89BBE5 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 187 | 229 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.10 |
| HSL | 207.39º | 0.64% | 0.72% | - |
| HSV(B) | 207.39º | 0.4% | 0.9% | - |
| XYZ | 42.23 | 46.52 | 80.88 | - |
| YUV | 176.84 | 157.44 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 187 | 229 | 0.40 | 0.18 | 0 | 0.10 | 207.39 | 0.64 | 0.72 |
| Hex | 89 | BB | E5 | 28 | 12 | 0 | A | CF | 40 | 48 |
| Octal | 211 | 273 | 345 | 50 | 22 | 0 | 12 | 317 | 100 | 110 |
| Binary | 10001001 | 10111011 | 11100101 | 101000 | 10010 | 0 | 1010 | 11001111 | 1000000 | 1001000 |
Color Harmonies of #89BBE5
Complementary color
Monochromatic Colors of #89BBE5
Black with #89BBE5
Text Example
Text Example
White with #89BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BBE5; }
p { color: rgb(137,187,229); }
H1.HeaderClassName
{
color: #89BBE5;
}
.AnyTagClassName
{
color: #89BBE5;
}
</style>
background-color css
<style>
a { background-color: #89BBE5; }
a { background-color: rgb(137,187,229); }
div.DivClassName
{
background-color: #89BBE5;
}
.BgClassName
{
background-color: #89BBE5;
}
</style>
border-color css
<style>
span { border-color: #89BBE5; }
span { border-color: rgb(137,187,229); }
td.TdClassName
{
border-color: #89BBE5;
}
.TagClassName
{
border-color: #89BBE5;
}
</style>