Shades of Cornflower #91CBE5
Tints of Cornflower #91CBE5
RGB
CMYK
RGB Variations
Color information
#91CBE5 (or 0x91CBE5) is known color: Cornflower. HEX triplet: 91, CB and E5. RGB value is (145,203,229). Sum of RGB (Red+Green+Blue) = 145+203+229=577 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.13% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #91CBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CBE5 is #6E341A. Grayscale: #BCBCBC. Windows color (decimal): -7222299 or 15059857. OLE color: 15059857.
HSL color Cylindrical-coordinate representation of color #91CBE5: hue angle of 198.57º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91CBE5 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 203 | 229 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.10 |
| HSL | 198.57º | 0.62% | 0.73% | - |
| HSV(B) | 198.57º | 0.37% | 0.9% | - |
| XYZ | 47.18 | 54.39 | 82.14 | - |
| YUV | 188.62 | 150.78 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 229 | 0.37 | 0.11 | 0 | 0.10 | 198.57 | 0.62 | 0.73 |
| Hex | 91 | CB | E5 | 25 | B | 0 | A | C7 | 3E | 49 |
| Octal | 221 | 313 | 345 | 45 | 13 | 0 | 12 | 307 | 76 | 111 |
| Binary | 10010001 | 11001011 | 11100101 | 100101 | 1011 | 0 | 1010 | 11000111 | 111110 | 1001001 |
Color Harmonies of #91CBE5
Complementary color
Monochromatic Colors of #91CBE5
Black with #91CBE5
Text Example
Text Example
White with #91CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CBE5; }
p { color: rgb(145,203,229); }
H1.HeaderClassName
{
color: #91CBE5;
}
.AnyTagClassName
{
color: #91CBE5;
}
</style>
background-color css
<style>
a { background-color: #91CBE5; }
a { background-color: rgb(145,203,229); }
div.DivClassName
{
background-color: #91CBE5;
}
.BgClassName
{
background-color: #91CBE5;
}
</style>
border-color css
<style>
span { border-color: #91CBE5; }
span { border-color: rgb(145,203,229); }
td.TdClassName
{
border-color: #91CBE5;
}
.TagClassName
{
border-color: #91CBE5;
}
</style>