Shades of Cornflower #91C6DC
Tints of Cornflower #91C6DC
RGB
CMYK
RGB Variations
Color information
#91C6DC (or 0x91C6DC) is known color: Cornflower. HEX triplet: 91, C6 and DC. RGB value is (145,198,220). Sum of RGB (Red+Green+Blue) = 145+198+220=563 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.75% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #91C6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C6DC is #6E3923. Grayscale: #B8B8B8. Windows color (decimal): -7223588 or 14468753. OLE color: 14468753.
HSL color Cylindrical-coordinate representation of color #91C6DC: hue angle of 197.6º 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 #91C6DC is Cyan = 0.34, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 198 | 220 | - |
| CMYK | 0.34 | 0.1 | 0 | 0.14 |
| HSL | 197.6º | 0.52% | 0.72% | - |
| HSV(B) | 197.6º | 0.34% | 0.86% | - |
| XYZ | 44.79 | 51.58 | 75.3 | - |
| YUV | 184.66 | 147.94 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 198 | 220 | 0.34 | 0.1 | 0 | 0.14 | 197.6 | 0.52 | 0.72 |
| Hex | 91 | C6 | DC | 22 | A | 0 | E | C6 | 34 | 48 |
| Octal | 221 | 306 | 334 | 42 | 12 | 0 | 16 | 306 | 64 | 110 |
| Binary | 10010001 | 11000110 | 11011100 | 100010 | 1010 | 0 | 1110 | 11000110 | 110100 | 1001000 |
Color Harmonies of #91C6DC
Complementary color
Monochromatic Colors of #91C6DC
Black with #91C6DC
Text Example
Text Example
White with #91C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C6DC; }
p { color: rgb(145,198,220); }
H1.HeaderClassName
{
color: #91C6DC;
}
.AnyTagClassName
{
color: #91C6DC;
}
</style>
background-color css
<style>
a { background-color: #91C6DC; }
a { background-color: rgb(145,198,220); }
div.DivClassName
{
background-color: #91C6DC;
}
.BgClassName
{
background-color: #91C6DC;
}
</style>
border-color css
<style>
span { border-color: #91C6DC; }
span { border-color: rgb(145,198,220); }
td.TdClassName
{
border-color: #91C6DC;
}
.TagClassName
{
border-color: #91C6DC;
}
</style>