Shades of Cornflower #91BCEC
Tints of Cornflower #91BCEC
RGB
CMYK
RGB Variations
Color information
#91BCEC (or 0x91BCEC) is known color: Cornflower. HEX triplet: 91, BC and EC. RGB value is (145,188,236). Sum of RGB (Red+Green+Blue) = 145+188+236=569 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.48% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #91BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BCEC is #6E4313. Grayscale: #B4B4B4. Windows color (decimal): -7226132 or 15514769. OLE color: 15514769.
HSL color Cylindrical-coordinate representation of color #91BCEC: hue angle of 211.65º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91BCEC is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 188 | 236 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.07 |
| HSL | 211.65º | 0.71% | 0.75% | - |
| HSV(B) | 211.65º | 0.39% | 0.93% | - |
| XYZ | 44.8 | 48.04 | 86.27 | - |
| YUV | 180.62 | 159.25 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 236 | 0.39 | 0.20 | 0 | 0.07 | 211.65 | 0.71 | 0.75 |
| Hex | 91 | BC | EC | 27 | 14 | 0 | 7 | D4 | 47 | 4B |
| Octal | 221 | 274 | 354 | 47 | 24 | 0 | 7 | 324 | 107 | 113 |
| Binary | 10010001 | 10111100 | 11101100 | 100111 | 10100 | 0 | 111 | 11010100 | 1000111 | 1001011 |
Color Harmonies of #91BCEC
Complementary color
Monochromatic Colors of #91BCEC
Black with #91BCEC
Text Example
Text Example
White with #91BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BCEC; }
p { color: rgb(145,188,236); }
H1.HeaderClassName
{
color: #91BCEC;
}
.AnyTagClassName
{
color: #91BCEC;
}
</style>
background-color css
<style>
a { background-color: #91BCEC; }
a { background-color: rgb(145,188,236); }
div.DivClassName
{
background-color: #91BCEC;
}
.BgClassName
{
background-color: #91BCEC;
}
</style>
border-color css
<style>
span { border-color: #91BCEC; }
span { border-color: rgb(145,188,236); }
td.TdClassName
{
border-color: #91BCEC;
}
.TagClassName
{
border-color: #91BCEC;
}
</style>