Shades of Cornflower #91BFE6
Tints of Cornflower #91BFE6
RGB
CMYK
RGB Variations
Color information
#91BFE6 (or 0x91BFE6) is known color: Cornflower. HEX triplet: 91, BF and E6. RGB value is (145,191,230). Sum of RGB (Red+Green+Blue) = 145+191+230=566 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.62% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #91BFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BFE6 is #6E4019. Grayscale: #B5B5B5. Windows color (decimal): -7225370 or 15122321. OLE color: 15122321.
HSL color Cylindrical-coordinate representation of color #91BFE6: hue angle of 207.53º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91BFE6 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 191 | 230 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.10 |
| HSL | 207.53º | 0.63% | 0.74% | - |
| HSV(B) | 207.53º | 0.37% | 0.9% | - |
| XYZ | 44.59 | 48.99 | 81.97 | - |
| YUV | 181.69 | 155.26 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 191 | 230 | 0.37 | 0.17 | 0 | 0.10 | 207.53 | 0.63 | 0.74 |
| Hex | 91 | BF | E6 | 25 | 11 | 0 | A | D0 | 3F | 4A |
| Octal | 221 | 277 | 346 | 45 | 21 | 0 | 12 | 320 | 77 | 112 |
| Binary | 10010001 | 10111111 | 11100110 | 100101 | 10001 | 0 | 1010 | 11010000 | 111111 | 1001010 |
Color Harmonies of #91BFE6
Complementary color
Monochromatic Colors of #91BFE6
Black with #91BFE6
Text Example
Text Example
White with #91BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BFE6; }
p { color: rgb(145,191,230); }
H1.HeaderClassName
{
color: #91BFE6;
}
.AnyTagClassName
{
color: #91BFE6;
}
</style>
background-color css
<style>
a { background-color: #91BFE6; }
a { background-color: rgb(145,191,230); }
div.DivClassName
{
background-color: #91BFE6;
}
.BgClassName
{
background-color: #91BFE6;
}
</style>
border-color css
<style>
span { border-color: #91BFE6; }
span { border-color: rgb(145,191,230); }
td.TdClassName
{
border-color: #91BFE6;
}
.TagClassName
{
border-color: #91BFE6;
}
</style>