Shades of Cornflower #91BAE0
Tints of Cornflower #91BAE0
RGB
CMYK
RGB Variations
Color information
#91BAE0 (or 0x91BAE0) is known color: Cornflower. HEX triplet: 91, BA and E0. RGB value is (145,186,224). Sum of RGB (Red+Green+Blue) = 145+186+224=555 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.13% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #91BAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BAE0 is #6E451F. Grayscale: #B1B1B1. Windows color (decimal): -7226656 or 14727825. OLE color: 14727825.
HSL color Cylindrical-coordinate representation of color #91BAE0: hue angle of 208.86º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91BAE0 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 186 | 224 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.12 |
| HSL | 208.86º | 0.56% | 0.72% | - |
| HSV(B) | 208.86º | 0.35% | 0.88% | - |
| XYZ | 42.69 | 46.52 | 77.25 | - |
| YUV | 178.07 | 153.92 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 224 | 0.35 | 0.17 | 0 | 0.12 | 208.86 | 0.56 | 0.72 |
| Hex | 91 | BA | E0 | 23 | 11 | 0 | C | D1 | 38 | 48 |
| Octal | 221 | 272 | 340 | 43 | 21 | 0 | 14 | 321 | 70 | 110 |
| Binary | 10010001 | 10111010 | 11100000 | 100011 | 10001 | 0 | 1100 | 11010001 | 111000 | 1001000 |
Color Harmonies of #91BAE0
Complementary color
Monochromatic Colors of #91BAE0
Black with #91BAE0
Text Example
Text Example
White with #91BAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BAE0; }
p { color: rgb(145,186,224); }
H1.HeaderClassName
{
color: #91BAE0;
}
.AnyTagClassName
{
color: #91BAE0;
}
</style>
background-color css
<style>
a { background-color: #91BAE0; }
a { background-color: rgb(145,186,224); }
div.DivClassName
{
background-color: #91BAE0;
}
.BgClassName
{
background-color: #91BAE0;
}
</style>
border-color css
<style>
span { border-color: #91BAE0; }
span { border-color: rgb(145,186,224); }
td.TdClassName
{
border-color: #91BAE0;
}
.TagClassName
{
border-color: #91BAE0;
}
</style>