Shades of Cornflower #89BCE2
Tints of Cornflower #89BCE2
RGB
CMYK
RGB Variations
Color information
#89BCE2 (or 0x89BCE2) is known color: Cornflower. HEX triplet: 89, BC and E2. RGB value is (137,188,226). Sum of RGB (Red+Green+Blue) = 137+188+226=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 226 - color contains mainly: blue. Hex color #89BCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCE2 is #76431D. Grayscale: #B0B0B0. Windows color (decimal): -7750430 or 14859401. OLE color: 14859401.
HSL color Cylindrical-coordinate representation of color #89BCE2: hue angle of 205.62º 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 #89BCE2 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 188 | 226 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.11 |
| HSL | 205.62º | 0.61% | 0.71% | - |
| HSV(B) | 205.62º | 0.39% | 0.89% | - |
| XYZ | 42.03 | 46.78 | 78.77 | - |
| YUV | 177.08 | 155.6 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 226 | 0.39 | 0.17 | 0 | 0.11 | 205.62 | 0.61 | 0.71 |
| Hex | 89 | BC | E2 | 27 | 11 | 0 | B | CE | 3D | 47 |
| Octal | 211 | 274 | 342 | 47 | 21 | 0 | 13 | 316 | 75 | 107 |
| Binary | 10001001 | 10111100 | 11100010 | 100111 | 10001 | 0 | 1011 | 11001110 | 111101 | 1000111 |
Color Harmonies of #89BCE2
Complementary color
Monochromatic Colors of #89BCE2
Black with #89BCE2
Text Example
Text Example
White with #89BCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCE2; }
p { color: rgb(137,188,226); }
H1.HeaderClassName
{
color: #89BCE2;
}
.AnyTagClassName
{
color: #89BCE2;
}
</style>
background-color css
<style>
a { background-color: #89BCE2; }
a { background-color: rgb(137,188,226); }
div.DivClassName
{
background-color: #89BCE2;
}
.BgClassName
{
background-color: #89BCE2;
}
</style>
border-color css
<style>
span { border-color: #89BCE2; }
span { border-color: rgb(137,188,226); }
td.TdClassName
{
border-color: #89BCE2;
}
.TagClassName
{
border-color: #89BCE2;
}
</style>