Shades of Cornflower #91C3F1
Tints of Cornflower #91C3F1
RGB
CMYK
RGB Variations
Color information
#91C3F1 (or 0x91C3F1) is known color: Cornflower. HEX triplet: 91, C3 and F1. RGB value is (145,195,241). Sum of RGB (Red+Green+Blue) = 145+195+241=581 (76% of max value = 765). Red value is 145 (57.03% from 255 or 24.96% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #91C3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91C3F1 is #6E3C0E. Grayscale: #B9B9B9. Windows color (decimal): -7224335 or 15844241. OLE color: 15844241.
HSL color Cylindrical-coordinate representation of color #91C3F1: hue angle of 208.75º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91C3F1 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 195 | 241 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.05 |
| HSL | 208.75º | 0.77% | 0.76% | - |
| HSV(B) | 208.75º | 0.4% | 0.95% | - |
| XYZ | 47.07 | 51.4 | 90.66 | - |
| YUV | 185.29 | 159.44 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 195 | 241 | 0.40 | 0.19 | 0 | 0.05 | 208.75 | 0.77 | 0.76 |
| Hex | 91 | C3 | F1 | 28 | 13 | 0 | 5 | D1 | 4D | 4C |
| Octal | 221 | 303 | 361 | 50 | 23 | 0 | 5 | 321 | 115 | 114 |
| Binary | 10010001 | 11000011 | 11110001 | 101000 | 10011 | 0 | 101 | 11010001 | 1001101 | 1001100 |
Color Harmonies of #91C3F1
Complementary color
Monochromatic Colors of #91C3F1
Black with #91C3F1
Text Example
Text Example
White with #91C3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C3F1; }
p { color: rgb(145,195,241); }
H1.HeaderClassName
{
color: #91C3F1;
}
.AnyTagClassName
{
color: #91C3F1;
}
</style>
background-color css
<style>
a { background-color: #91C3F1; }
a { background-color: rgb(145,195,241); }
div.DivClassName
{
background-color: #91C3F1;
}
.BgClassName
{
background-color: #91C3F1;
}
</style>
border-color css
<style>
span { border-color: #91C3F1; }
span { border-color: rgb(145,195,241); }
td.TdClassName
{
border-color: #91C3F1;
}
.TagClassName
{
border-color: #91C3F1;
}
</style>