Shades of Cornflower #91BDDC
Tints of Cornflower #91BDDC
RGB
CMYK
RGB Variations
Color information
#91BDDC (or 0x91BDDC) is known color: Cornflower. HEX triplet: 91, BD and DC. RGB value is (145,189,220). Sum of RGB (Red+Green+Blue) = 145+189+220=554 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.17% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #91BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDDC is #6E4223. Grayscale: #B3B3B3. Windows color (decimal): -7225892 or 14466449. OLE color: 14466449.
HSL color Cylindrical-coordinate representation of color #91BDDC: hue angle of 204.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91BDDC is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 189 | 220 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.14 |
| HSL | 204.8º | 0.52% | 0.72% | - |
| HSV(B) | 204.8º | 0.34% | 0.86% | - |
| XYZ | 42.79 | 47.58 | 74.64 | - |
| YUV | 179.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 220 | 0.34 | 0.14 | 0 | 0.14 | 204.8 | 0.52 | 0.72 |
| Hex | 91 | BD | DC | 22 | E | 0 | E | CD | 34 | 48 |
| Octal | 221 | 275 | 334 | 42 | 16 | 0 | 16 | 315 | 64 | 110 |
| Binary | 10010001 | 10111101 | 11011100 | 100010 | 1110 | 0 | 1110 | 11001101 | 110100 | 1001000 |
Color Harmonies of #91BDDC
Complementary color
Monochromatic Colors of #91BDDC
Black with #91BDDC
Text Example
Text Example
White with #91BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BDDC; }
p { color: rgb(145,189,220); }
H1.HeaderClassName
{
color: #91BDDC;
}
.AnyTagClassName
{
color: #91BDDC;
}
</style>
background-color css
<style>
a { background-color: #91BDDC; }
a { background-color: rgb(145,189,220); }
div.DivClassName
{
background-color: #91BDDC;
}
.BgClassName
{
background-color: #91BDDC;
}
</style>
border-color css
<style>
span { border-color: #91BDDC; }
span { border-color: rgb(145,189,220); }
td.TdClassName
{
border-color: #91BDDC;
}
.TagClassName
{
border-color: #91BDDC;
}
</style>