Shades of Cornflower #91CAE0
Tints of Cornflower #91CAE0
RGB
CMYK
RGB Variations
Color information
#91CAE0 (or 0x91CAE0) is known color: Cornflower. HEX triplet: 91, CA and E0. RGB value is (145,202,224). Sum of RGB (Red+Green+Blue) = 145+202+224=571 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.39% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #91CAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CAE0 is #6E351F. Grayscale: #BBBBBB. Windows color (decimal): -7222560 or 14731921. OLE color: 14731921.
HSL color Cylindrical-coordinate representation of color #91CAE0: hue angle of 196.71º 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 #91CAE0 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 202 | 224 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.12 |
| HSL | 196.71º | 0.56% | 0.72% | - |
| HSV(B) | 196.71º | 0.35% | 0.88% | - |
| XYZ | 46.25 | 53.64 | 78.44 | - |
| YUV | 187.47 | 148.62 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 224 | 0.35 | 0.10 | 0 | 0.12 | 196.71 | 0.56 | 0.72 |
| Hex | 91 | CA | E0 | 23 | A | 0 | C | C5 | 38 | 48 |
| Octal | 221 | 312 | 340 | 43 | 12 | 0 | 14 | 305 | 70 | 110 |
| Binary | 10010001 | 11001010 | 11100000 | 100011 | 1010 | 0 | 1100 | 11000101 | 111000 | 1001000 |
Color Harmonies of #91CAE0
Complementary color
Monochromatic Colors of #91CAE0
Black with #91CAE0
Text Example
Text Example
White with #91CAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CAE0; }
p { color: rgb(145,202,224); }
H1.HeaderClassName
{
color: #91CAE0;
}
.AnyTagClassName
{
color: #91CAE0;
}
</style>
background-color css
<style>
a { background-color: #91CAE0; }
a { background-color: rgb(145,202,224); }
div.DivClassName
{
background-color: #91CAE0;
}
.BgClassName
{
background-color: #91CAE0;
}
</style>
border-color css
<style>
span { border-color: #91CAE0; }
span { border-color: rgb(145,202,224); }
td.TdClassName
{
border-color: #91CAE0;
}
.TagClassName
{
border-color: #91CAE0;
}
</style>