Shades of Cornflower #94C0EC
Tints of Cornflower #94C0EC
RGB
CMYK
RGB Variations
Color information
#94C0EC (or 0x94C0EC) is known color: Cornflower. HEX triplet: 94, C0 and EC. RGB value is (148,192,236). Sum of RGB (Red+Green+Blue) = 148+192+236=576 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.69% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #94C0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C0EC is #6B3F13. Grayscale: #B7B7B7. Windows color (decimal): -7028500 or 15515796. OLE color: 15515796.
HSL color Cylindrical-coordinate representation of color #94C0EC: hue angle of 210º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94C0EC is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 192 | 236 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.07 |
| HSL | 210º | 0.7% | 0.75% | - |
| HSV(B) | 210º | 0.37% | 0.93% | - |
| XYZ | 46.2 | 50.05 | 86.58 | - |
| YUV | 183.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 236 | 0.37 | 0.19 | 0 | 0.07 | 210 | 0.7 | 0.75 |
| Hex | 94 | C0 | EC | 25 | 13 | 0 | 7 | D2 | 46 | 4B |
| Octal | 224 | 300 | 354 | 45 | 23 | 0 | 7 | 322 | 106 | 113 |
| Binary | 10010100 | 11000000 | 11101100 | 100101 | 10011 | 0 | 111 | 11010010 | 1000110 | 1001011 |
Color Harmonies of #94C0EC
Complementary color
Monochromatic Colors of #94C0EC
Black with #94C0EC
Text Example
Text Example
White with #94C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C0EC; }
p { color: rgb(148,192,236); }
H1.HeaderClassName
{
color: #94C0EC;
}
.AnyTagClassName
{
color: #94C0EC;
}
</style>
background-color css
<style>
a { background-color: #94C0EC; }
a { background-color: rgb(148,192,236); }
div.DivClassName
{
background-color: #94C0EC;
}
.BgClassName
{
background-color: #94C0EC;
}
</style>
border-color css
<style>
span { border-color: #94C0EC; }
span { border-color: rgb(148,192,236); }
td.TdClassName
{
border-color: #94C0EC;
}
.TagClassName
{
border-color: #94C0EC;
}
</style>