Shades of Cornflower #91BBDD
Tints of Cornflower #91BBDD
RGB
CMYK
RGB Variations
Color information
#91BBDD (or 0x91BBDD) is known color: Cornflower. HEX triplet: 91, BB and DD. RGB value is (145,187,221). Sum of RGB (Red+Green+Blue) = 145+187+221=553 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.22% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #91BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BBDD is #6E4422. Grayscale: #B2B2B2. Windows color (decimal): -7226403 or 14531473. OLE color: 14531473.
HSL color Cylindrical-coordinate representation of color #91BBDD: hue angle of 206.84º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91BBDD is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 187 | 221 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.13 |
| HSL | 206.84º | 0.53% | 0.72% | - |
| HSV(B) | 206.84º | 0.34% | 0.87% | - |
| XYZ | 42.5 | 46.78 | 75.2 | - |
| YUV | 178.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 187 | 221 | 0.34 | 0.15 | 0 | 0.13 | 206.84 | 0.53 | 0.72 |
| Hex | 91 | BB | DD | 22 | F | 0 | D | CF | 35 | 48 |
| Octal | 221 | 273 | 335 | 42 | 17 | 0 | 15 | 317 | 65 | 110 |
| Binary | 10010001 | 10111011 | 11011101 | 100010 | 1111 | 0 | 1101 | 11001111 | 110101 | 1001000 |
Color Harmonies of #91BBDD
Complementary color
Monochromatic Colors of #91BBDD
Black with #91BBDD
Text Example
Text Example
White with #91BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BBDD; }
p { color: rgb(145,187,221); }
H1.HeaderClassName
{
color: #91BBDD;
}
.AnyTagClassName
{
color: #91BBDD;
}
</style>
background-color css
<style>
a { background-color: #91BBDD; }
a { background-color: rgb(145,187,221); }
div.DivClassName
{
background-color: #91BBDD;
}
.BgClassName
{
background-color: #91BBDD;
}
</style>
border-color css
<style>
span { border-color: #91BBDD; }
span { border-color: rgb(145,187,221); }
td.TdClassName
{
border-color: #91BBDD;
}
.TagClassName
{
border-color: #91BBDD;
}
</style>