Shades of Cornflower #94BCE1
Tints of Cornflower #94BCE1
RGB
CMYK
RGB Variations
Color information
#94BCE1 (or 0x94BCE1) is known color: Cornflower. HEX triplet: 94, BC and E1. RGB value is (148,188,225). Sum of RGB (Red+Green+Blue) = 148+188+225=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #94BCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCE1 is #6B431E. Grayscale: #B4B4B4. Windows color (decimal): -7029535 or 14793876. OLE color: 14793876.
HSL color Cylindrical-coordinate representation of color #94BCE1: hue angle of 208.83º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94BCE1 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 188 | 225 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.12 |
| HSL | 208.83º | 0.56% | 0.73% | - |
| HSV(B) | 208.83º | 0.34% | 0.88% | - |
| XYZ | 43.79 | 47.7 | 78.13 | - |
| YUV | 180.26 | 153.25 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 225 | 0.34 | 0.16 | 0 | 0.12 | 208.83 | 0.56 | 0.73 |
| Hex | 94 | BC | E1 | 22 | 10 | 0 | C | D1 | 38 | 49 |
| Octal | 224 | 274 | 341 | 42 | 20 | 0 | 14 | 321 | 70 | 111 |
| Binary | 10010100 | 10111100 | 11100001 | 100010 | 10000 | 0 | 1100 | 11010001 | 111000 | 1001001 |
Color Harmonies of #94BCE1
Complementary color
Monochromatic Colors of #94BCE1
Black with #94BCE1
Text Example
Text Example
White with #94BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BCE1; }
p { color: rgb(148,188,225); }
H1.HeaderClassName
{
color: #94BCE1;
}
.AnyTagClassName
{
color: #94BCE1;
}
</style>
background-color css
<style>
a { background-color: #94BCE1; }
a { background-color: rgb(148,188,225); }
div.DivClassName
{
background-color: #94BCE1;
}
.BgClassName
{
background-color: #94BCE1;
}
</style>
border-color css
<style>
span { border-color: #94BCE1; }
span { border-color: rgb(148,188,225); }
td.TdClassName
{
border-color: #94BCE1;
}
.TagClassName
{
border-color: #94BCE1;
}
</style>