Shades of Cornflower #91C0DA
Tints of Cornflower #91C0DA
RGB
CMYK
RGB Variations
Color information
#91C0DA (or 0x91C0DA) is known color: Cornflower. HEX triplet: 91, C0 and DA. RGB value is (145,192,218). Sum of RGB (Red+Green+Blue) = 145+192+218=555 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.13% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #91C0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C0DA is #6E3F25. Grayscale: #B4B4B4. Windows color (decimal): -7225126 or 14336145. OLE color: 14336145.
HSL color Cylindrical-coordinate representation of color #91C0DA: hue angle of 201.37º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91C0DA is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 192 | 218 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.15 |
| HSL | 201.37º | 0.5% | 0.71% | - |
| HSV(B) | 201.37º | 0.33% | 0.85% | - |
| XYZ | 43.18 | 48.78 | 73.47 | - |
| YUV | 180.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 192 | 218 | 0.33 | 0.12 | 0 | 0.15 | 201.37 | 0.5 | 0.71 |
| Hex | 91 | C0 | DA | 21 | C | 0 | F | C9 | 32 | 47 |
| Octal | 221 | 300 | 332 | 41 | 14 | 0 | 17 | 311 | 62 | 107 |
| Binary | 10010001 | 11000000 | 11011010 | 100001 | 1100 | 0 | 1111 | 11001001 | 110010 | 1000111 |
Color Harmonies of #91C0DA
Complementary color
Monochromatic Colors of #91C0DA
Black with #91C0DA
Text Example
Text Example
White with #91C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C0DA; }
p { color: rgb(145,192,218); }
H1.HeaderClassName
{
color: #91C0DA;
}
.AnyTagClassName
{
color: #91C0DA;
}
</style>
background-color css
<style>
a { background-color: #91C0DA; }
a { background-color: rgb(145,192,218); }
div.DivClassName
{
background-color: #91C0DA;
}
.BgClassName
{
background-color: #91C0DA;
}
</style>
border-color css
<style>
span { border-color: #91C0DA; }
span { border-color: rgb(145,192,218); }
td.TdClassName
{
border-color: #91C0DA;
}
.TagClassName
{
border-color: #91C0DA;
}
</style>