Shades of Cornflower #91BDEF
Tints of Cornflower #91BDEF
RGB
CMYK
RGB Variations
Color information
#91BDEF (or 0x91BDEF) is known color: Cornflower. HEX triplet: 91, BD and EF. RGB value is (145,189,239). Sum of RGB (Red+Green+Blue) = 145+189+239=573 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.31% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #91BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BDEF is #6E4210. Grayscale: #B5B5B5. Windows color (decimal): -7225873 or 15711633. OLE color: 15711633.
HSL color Cylindrical-coordinate representation of color #91BDEF: hue angle of 211.91º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91BDEF is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 189 | 239 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.06 |
| HSL | 211.91º | 0.75% | 0.75% | - |
| HSV(B) | 211.91º | 0.39% | 0.94% | - |
| XYZ | 45.45 | 48.65 | 88.66 | - |
| YUV | 181.54 | 160.42 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 239 | 0.39 | 0.21 | 0 | 0.06 | 211.91 | 0.75 | 0.75 |
| Hex | 91 | BD | EF | 27 | 15 | 0 | 6 | D4 | 4B | 4B |
| Octal | 221 | 275 | 357 | 47 | 25 | 0 | 6 | 324 | 113 | 113 |
| Binary | 10010001 | 10111101 | 11101111 | 100111 | 10101 | 0 | 110 | 11010100 | 1001011 | 1001011 |
Color Harmonies of #91BDEF
Complementary color
Monochromatic Colors of #91BDEF
Black with #91BDEF
Text Example
Text Example
White with #91BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BDEF; }
p { color: rgb(145,189,239); }
H1.HeaderClassName
{
color: #91BDEF;
}
.AnyTagClassName
{
color: #91BDEF;
}
</style>
background-color css
<style>
a { background-color: #91BDEF; }
a { background-color: rgb(145,189,239); }
div.DivClassName
{
background-color: #91BDEF;
}
.BgClassName
{
background-color: #91BDEF;
}
</style>
border-color css
<style>
span { border-color: #91BDEF; }
span { border-color: rgb(145,189,239); }
td.TdClassName
{
border-color: #91BDEF;
}
.TagClassName
{
border-color: #91BDEF;
}
</style>