Shades of Cornflower #91BEDD
Tints of Cornflower #91BEDD
RGB
CMYK
RGB Variations
Color information
#91BEDD (or 0x91BEDD) is known color: Cornflower. HEX triplet: 91, BE and DD. RGB value is (145,190,221). Sum of RGB (Red+Green+Blue) = 145+190+221=556 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.08% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #91BEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BEDD is #6E4122. Grayscale: #B3B3B3. Windows color (decimal): -7225635 or 14532241. OLE color: 14532241.
HSL color Cylindrical-coordinate representation of color #91BEDD: hue angle of 204.47º 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 #91BEDD is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 190 | 221 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.13 |
| HSL | 204.47º | 0.53% | 0.72% | - |
| HSV(B) | 204.47º | 0.34% | 0.87% | - |
| XYZ | 43.14 | 48.07 | 75.41 | - |
| YUV | 180.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 190 | 221 | 0.34 | 0.14 | 0 | 0.13 | 204.47 | 0.53 | 0.72 |
| Hex | 91 | BE | DD | 22 | E | 0 | D | CC | 35 | 48 |
| Octal | 221 | 276 | 335 | 42 | 16 | 0 | 15 | 314 | 65 | 110 |
| Binary | 10010001 | 10111110 | 11011101 | 100010 | 1110 | 0 | 1101 | 11001100 | 110101 | 1001000 |
Color Harmonies of #91BEDD
Complementary color
Monochromatic Colors of #91BEDD
Black with #91BEDD
Text Example
Text Example
White with #91BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BEDD; }
p { color: rgb(145,190,221); }
H1.HeaderClassName
{
color: #91BEDD;
}
.AnyTagClassName
{
color: #91BEDD;
}
</style>
background-color css
<style>
a { background-color: #91BEDD; }
a { background-color: rgb(145,190,221); }
div.DivClassName
{
background-color: #91BEDD;
}
.BgClassName
{
background-color: #91BEDD;
}
</style>
border-color css
<style>
span { border-color: #91BEDD; }
span { border-color: rgb(145,190,221); }
td.TdClassName
{
border-color: #91BEDD;
}
.TagClassName
{
border-color: #91BEDD;
}
</style>