Shades of Cornflower #91CAE1
Tints of Cornflower #91CAE1
RGB
CMYK
RGB Variations
Color information
#91CAE1 (or 0x91CAE1) is known color: Cornflower. HEX triplet: 91, CA and E1. RGB value is (145,202,225). Sum of RGB (Red+Green+Blue) = 145+202+225=572 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.35% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #91CAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CAE1 is #6E351E. Grayscale: #BBBBBB. Windows color (decimal): -7222559 or 14797457. OLE color: 14797457.
HSL color Cylindrical-coordinate representation of color #91CAE1: hue angle of 197.25º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91CAE1 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 202 | 225 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.12 |
| HSL | 197.25º | 0.57% | 0.73% | - |
| HSV(B) | 197.25º | 0.36% | 0.88% | - |
| XYZ | 46.39 | 53.7 | 79.15 | - |
| YUV | 187.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 225 | 0.36 | 0.10 | 0 | 0.12 | 197.25 | 0.57 | 0.73 |
| Hex | 91 | CA | E1 | 24 | A | 0 | C | C5 | 39 | 49 |
| Octal | 221 | 312 | 341 | 44 | 12 | 0 | 14 | 305 | 71 | 111 |
| Binary | 10010001 | 11001010 | 11100001 | 100100 | 1010 | 0 | 1100 | 11000101 | 111001 | 1001001 |
Color Harmonies of #91CAE1
Complementary color
Monochromatic Colors of #91CAE1
Black with #91CAE1
Text Example
Text Example
White with #91CAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CAE1; }
p { color: rgb(145,202,225); }
H1.HeaderClassName
{
color: #91CAE1;
}
.AnyTagClassName
{
color: #91CAE1;
}
</style>
background-color css
<style>
a { background-color: #91CAE1; }
a { background-color: rgb(145,202,225); }
div.DivClassName
{
background-color: #91CAE1;
}
.BgClassName
{
background-color: #91CAE1;
}
</style>
border-color css
<style>
span { border-color: #91CAE1; }
span { border-color: rgb(145,202,225); }
td.TdClassName
{
border-color: #91CAE1;
}
.TagClassName
{
border-color: #91CAE1;
}
</style>