Shades of Cornflower #91CDF1
Tints of Cornflower #91CDF1
RGB
CMYK
RGB Variations
Color information
#91CDF1 (or 0x91CDF1) is known color: Cornflower. HEX triplet: 91, CD and F1. RGB value is (145,205,241). Sum of RGB (Red+Green+Blue) = 145+205+241=591 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.53% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #91CDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CDF1 is #6E320E. Grayscale: #BEBEBE. Windows color (decimal): -7221775 or 15846801. OLE color: 15846801.
HSL color Cylindrical-coordinate representation of color #91CDF1: hue angle of 202.5º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91CDF1 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 205 | 241 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.05 |
| HSL | 202.5º | 0.77% | 0.76% | - |
| HSV(B) | 202.5º | 0.4% | 0.95% | - |
| XYZ | 49.39 | 56.03 | 91.43 | - |
| YUV | 191.16 | 156.12 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 205 | 241 | 0.40 | 0.15 | 0 | 0.05 | 202.5 | 0.77 | 0.76 |
| Hex | 91 | CD | F1 | 28 | F | 0 | 5 | CA | 4D | 4C |
| Octal | 221 | 315 | 361 | 50 | 17 | 0 | 5 | 312 | 115 | 114 |
| Binary | 10010001 | 11001101 | 11110001 | 101000 | 1111 | 0 | 101 | 11001010 | 1001101 | 1001100 |
Color Harmonies of #91CDF1
Complementary color
Monochromatic Colors of #91CDF1
Black with #91CDF1
Text Example
Text Example
White with #91CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CDF1; }
p { color: rgb(145,205,241); }
H1.HeaderClassName
{
color: #91CDF1;
}
.AnyTagClassName
{
color: #91CDF1;
}
</style>
background-color css
<style>
a { background-color: #91CDF1; }
a { background-color: rgb(145,205,241); }
div.DivClassName
{
background-color: #91CDF1;
}
.BgClassName
{
background-color: #91CDF1;
}
</style>
border-color css
<style>
span { border-color: #91CDF1; }
span { border-color: rgb(145,205,241); }
td.TdClassName
{
border-color: #91CDF1;
}
.TagClassName
{
border-color: #91CDF1;
}
</style>