Shades of Cornflower #91BDD9
Tints of Cornflower #91BDD9
RGB
CMYK
RGB Variations
Color information
#91BDD9 (or 0x91BDD9) is known color: Cornflower. HEX triplet: 91, BD and D9. RGB value is (145,189,217). Sum of RGB (Red+Green+Blue) = 145+189+217=551 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.32% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 217 - color contains mainly: blue. Hex color #91BDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDD9 is #6E4226. Grayscale: #B2B2B2. Windows color (decimal): -7225895 or 14269841. OLE color: 14269841.
HSL color Cylindrical-coordinate representation of color #91BDD9: hue angle of 203.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91BDD9 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 189 | 217 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.15 |
| HSL | 203.33º | 0.49% | 0.71% | - |
| HSV(B) | 203.33º | 0.33% | 0.85% | - |
| XYZ | 42.4 | 47.42 | 72.56 | - |
| YUV | 179.04 | 149.42 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 217 | 0.33 | 0.13 | 0 | 0.15 | 203.33 | 0.49 | 0.71 |
| Hex | 91 | BD | D9 | 21 | D | 0 | F | CB | 31 | 47 |
| Octal | 221 | 275 | 331 | 41 | 15 | 0 | 17 | 313 | 61 | 107 |
| Binary | 10010001 | 10111101 | 11011001 | 100001 | 1101 | 0 | 1111 | 11001011 | 110001 | 1000111 |
Color Harmonies of #91BDD9
Complementary color
Monochromatic Colors of #91BDD9
Black with #91BDD9
Text Example
Text Example
White with #91BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BDD9; }
p { color: rgb(145,189,217); }
H1.HeaderClassName
{
color: #91BDD9;
}
.AnyTagClassName
{
color: #91BDD9;
}
</style>
background-color css
<style>
a { background-color: #91BDD9; }
a { background-color: rgb(145,189,217); }
div.DivClassName
{
background-color: #91BDD9;
}
.BgClassName
{
background-color: #91BDD9;
}
</style>
border-color css
<style>
span { border-color: #91BDD9; }
span { border-color: rgb(145,189,217); }
td.TdClassName
{
border-color: #91BDD9;
}
.TagClassName
{
border-color: #91BDD9;
}
</style>