Shades of Cornflower #91BCF0
Tints of Cornflower #91BCF0
RGB
CMYK
RGB Variations
Color information
#91BCF0 (or 0x91BCF0) is known color: Cornflower. HEX triplet: 91, BC and F0. RGB value is (145,188,240). Sum of RGB (Red+Green+Blue) = 145+188+240=573 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.31% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #91BCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BCF0 is #6E430F. Grayscale: #B4B4B4. Windows color (decimal): -7226128 or 15776913. OLE color: 15776913.
HSL color Cylindrical-coordinate representation of color #91BCF0: hue angle of 212.84º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91BCF0 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 188 | 240 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.06 |
| HSL | 212.84º | 0.76% | 0.75% | - |
| HSV(B) | 212.84º | 0.4% | 0.94% | - |
| XYZ | 45.39 | 48.28 | 89.36 | - |
| YUV | 181.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 240 | 0.40 | 0.22 | 0 | 0.06 | 212.84 | 0.76 | 0.75 |
| Hex | 91 | BC | F0 | 28 | 16 | 0 | 6 | D5 | 4C | 4B |
| Octal | 221 | 274 | 360 | 50 | 26 | 0 | 6 | 325 | 114 | 113 |
| Binary | 10010001 | 10111100 | 11110000 | 101000 | 10110 | 0 | 110 | 11010101 | 1001100 | 1001011 |
Color Harmonies of #91BCF0
Complementary color
Monochromatic Colors of #91BCF0
Black with #91BCF0
Text Example
Text Example
White with #91BCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BCF0; }
p { color: rgb(145,188,240); }
H1.HeaderClassName
{
color: #91BCF0;
}
.AnyTagClassName
{
color: #91BCF0;
}
</style>
background-color css
<style>
a { background-color: #91BCF0; }
a { background-color: rgb(145,188,240); }
div.DivClassName
{
background-color: #91BCF0;
}
.BgClassName
{
background-color: #91BCF0;
}
</style>
border-color css
<style>
span { border-color: #91BCF0; }
span { border-color: rgb(145,188,240); }
td.TdClassName
{
border-color: #91BCF0;
}
.TagClassName
{
border-color: #91BCF0;
}
</style>