Shades of Cornflower #91D2F3
Tints of Cornflower #91D2F3
RGB
CMYK
RGB Variations
Color information
#91D2F3 (or 0x91D2F3) is known color: Cornflower. HEX triplet: 91, D2 and F3. RGB value is (145,210,243). Sum of RGB (Red+Green+Blue) = 145+210+243=598 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.25% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #91D2F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D2F3 is #6E2D0C. Grayscale: #C2C2C2. Windows color (decimal): -7220493 or 15979153. OLE color: 15979153.
HSL color Cylindrical-coordinate representation of color #91D2F3: hue angle of 200.2º degrees, saturation: 0.8, 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 #91D2F3 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 210 | 243 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.05 |
| HSL | 200.2º | 0.8% | 0.76% | - |
| HSV(B) | 200.2º | 0.4% | 0.95% | - |
| XYZ | 50.9 | 58.58 | 93.42 | - |
| YUV | 194.33 | 155.47 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 243 | 0.40 | 0.14 | 0 | 0.05 | 200.2 | 0.8 | 0.76 |
| Hex | 91 | D2 | F3 | 28 | E | 0 | 5 | C8 | 50 | 4C |
| Octal | 221 | 322 | 363 | 50 | 16 | 0 | 5 | 310 | 120 | 114 |
| Binary | 10010001 | 11010010 | 11110011 | 101000 | 1110 | 0 | 101 | 11001000 | 1010000 | 1001100 |
Color Harmonies of #91D2F3
Complementary color
Monochromatic Colors of #91D2F3
Black with #91D2F3
Text Example
Text Example
White with #91D2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D2F3; }
p { color: rgb(145,210,243); }
H1.HeaderClassName
{
color: #91D2F3;
}
.AnyTagClassName
{
color: #91D2F3;
}
</style>
background-color css
<style>
a { background-color: #91D2F3; }
a { background-color: rgb(145,210,243); }
div.DivClassName
{
background-color: #91D2F3;
}
.BgClassName
{
background-color: #91D2F3;
}
</style>
border-color css
<style>
span { border-color: #91D2F3; }
span { border-color: rgb(145,210,243); }
td.TdClassName
{
border-color: #91D2F3;
}
.TagClassName
{
border-color: #91D2F3;
}
</style>