Shades of Cornflower #91C0DC
Tints of Cornflower #91C0DC
RGB
CMYK
RGB Variations
Color information
#91C0DC (or 0x91C0DC) is known color: Cornflower. HEX triplet: 91, C0 and DC. RGB value is (145,192,220). Sum of RGB (Red+Green+Blue) = 145+192+220=557 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.03% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #91C0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C0DC is #6E3F23. Grayscale: #B4B4B4. Windows color (decimal): -7225124 or 14467217. OLE color: 14467217.
HSL color Cylindrical-coordinate representation of color #91C0DC: hue angle of 202.4º 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 #91C0DC is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 192 | 220 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.14 |
| HSL | 202.4º | 0.52% | 0.72% | - |
| HSV(B) | 202.4º | 0.34% | 0.86% | - |
| XYZ | 43.44 | 48.89 | 74.86 | - |
| YUV | 181.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 192 | 220 | 0.34 | 0.13 | 0 | 0.14 | 202.4 | 0.52 | 0.72 |
| Hex | 91 | C0 | DC | 22 | D | 0 | E | CA | 34 | 48 |
| Octal | 221 | 300 | 334 | 42 | 15 | 0 | 16 | 312 | 64 | 110 |
| Binary | 10010001 | 11000000 | 11011100 | 100010 | 1101 | 0 | 1110 | 11001010 | 110100 | 1001000 |
Color Harmonies of #91C0DC
Complementary color
Monochromatic Colors of #91C0DC
Black with #91C0DC
Text Example
Text Example
White with #91C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C0DC; }
p { color: rgb(145,192,220); }
H1.HeaderClassName
{
color: #91C0DC;
}
.AnyTagClassName
{
color: #91C0DC;
}
</style>
background-color css
<style>
a { background-color: #91C0DC; }
a { background-color: rgb(145,192,220); }
div.DivClassName
{
background-color: #91C0DC;
}
.BgClassName
{
background-color: #91C0DC;
}
</style>
border-color css
<style>
span { border-color: #91C0DC; }
span { border-color: rgb(145,192,220); }
td.TdClassName
{
border-color: #91C0DC;
}
.TagClassName
{
border-color: #91C0DC;
}
</style>