Shades of Cornflower #91C8DC
Tints of Cornflower #91C8DC
RGB
CMYK
RGB Variations
Color information
#91C8DC (or 0x91C8DC) is known color: Cornflower. HEX triplet: 91, C8 and DC. RGB value is (145,200,220). Sum of RGB (Red+Green+Blue) = 145+200+220=565 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.66% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #91C8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C8DC is #6E3723. Grayscale: #B9B9B9. Windows color (decimal): -7223076 or 14469265. OLE color: 14469265.
HSL color Cylindrical-coordinate representation of color #91C8DC: hue angle of 196º 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 #91C8DC is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 200 | 220 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.14 |
| HSL | 196º | 0.52% | 0.72% | - |
| HSV(B) | 196º | 0.34% | 0.86% | - |
| XYZ | 45.25 | 52.5 | 75.46 | - |
| YUV | 185.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 200 | 220 | 0.34 | 0.09 | 0 | 0.14 | 196 | 0.52 | 0.72 |
| Hex | 91 | C8 | DC | 22 | 9 | 0 | E | C4 | 34 | 48 |
| Octal | 221 | 310 | 334 | 42 | 11 | 0 | 16 | 304 | 64 | 110 |
| Binary | 10010001 | 11001000 | 11011100 | 100010 | 1001 | 0 | 1110 | 11000100 | 110100 | 1001000 |
Color Harmonies of #91C8DC
Complementary color
Monochromatic Colors of #91C8DC
Black with #91C8DC
Text Example
Text Example
White with #91C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C8DC; }
p { color: rgb(145,200,220); }
H1.HeaderClassName
{
color: #91C8DC;
}
.AnyTagClassName
{
color: #91C8DC;
}
</style>
background-color css
<style>
a { background-color: #91C8DC; }
a { background-color: rgb(145,200,220); }
div.DivClassName
{
background-color: #91C8DC;
}
.BgClassName
{
background-color: #91C8DC;
}
</style>
border-color css
<style>
span { border-color: #91C8DC; }
span { border-color: rgb(145,200,220); }
td.TdClassName
{
border-color: #91C8DC;
}
.TagClassName
{
border-color: #91C8DC;
}
</style>