Shades of Cornflower #91BFDB
Tints of Cornflower #91BFDB
RGB
CMYK
RGB Variations
Color information
#91BFDB (or 0x91BFDB) is known color: Cornflower. HEX triplet: 91, BF and DB. RGB value is (145,191,219). Sum of RGB (Red+Green+Blue) = 145+191+219=555 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.13% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #91BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BFDB is #6E4024. Grayscale: #B4B4B4. Windows color (decimal): -7225381 or 14401425. OLE color: 14401425.
HSL color Cylindrical-coordinate representation of color #91BFDB: hue angle of 202.7º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91BFDB is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 191 | 219 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.14 |
| HSL | 202.7º | 0.51% | 0.71% | - |
| HSV(B) | 202.7º | 0.34% | 0.86% | - |
| XYZ | 43.09 | 48.4 | 74.09 | - |
| YUV | 180.44 | 149.76 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 191 | 219 | 0.34 | 0.13 | 0 | 0.14 | 202.7 | 0.51 | 0.71 |
| Hex | 91 | BF | DB | 22 | D | 0 | E | CB | 33 | 47 |
| Octal | 221 | 277 | 333 | 42 | 15 | 0 | 16 | 313 | 63 | 107 |
| Binary | 10010001 | 10111111 | 11011011 | 100010 | 1101 | 0 | 1110 | 11001011 | 110011 | 1000111 |
Color Harmonies of #91BFDB
Complementary color
Monochromatic Colors of #91BFDB
Black with #91BFDB
Text Example
Text Example
White with #91BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BFDB; }
p { color: rgb(145,191,219); }
H1.HeaderClassName
{
color: #91BFDB;
}
.AnyTagClassName
{
color: #91BFDB;
}
</style>
background-color css
<style>
a { background-color: #91BFDB; }
a { background-color: rgb(145,191,219); }
div.DivClassName
{
background-color: #91BFDB;
}
.BgClassName
{
background-color: #91BFDB;
}
</style>
border-color css
<style>
span { border-color: #91BFDB; }
span { border-color: rgb(145,191,219); }
td.TdClassName
{
border-color: #91BFDB;
}
.TagClassName
{
border-color: #91BFDB;
}
</style>