Shades of Cornflower #94C2EC
Tints of Cornflower #94C2EC
RGB
CMYK
RGB Variations
Color information
#94C2EC (or 0x94C2EC) is known color: Cornflower. HEX triplet: 94, C2 and EC. RGB value is (148,194,236). Sum of RGB (Red+Green+Blue) = 148+194+236=578 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.61% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #94C2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C2EC is #6B3D13. Grayscale: #B8B8B8. Windows color (decimal): -7027988 or 15516308. OLE color: 15516308.
HSL color Cylindrical-coordinate representation of color #94C2EC: hue angle of 208.64º 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 #94C2EC is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 194 | 236 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.07 |
| HSL | 208.64º | 0.7% | 0.75% | - |
| HSV(B) | 208.64º | 0.37% | 0.93% | - |
| XYZ | 46.64 | 50.94 | 86.73 | - |
| YUV | 185.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 236 | 0.37 | 0.18 | 0 | 0.07 | 208.64 | 0.7 | 0.75 |
| Hex | 94 | C2 | EC | 25 | 12 | 0 | 7 | D1 | 46 | 4B |
| Octal | 224 | 302 | 354 | 45 | 22 | 0 | 7 | 321 | 106 | 113 |
| Binary | 10010100 | 11000010 | 11101100 | 100101 | 10010 | 0 | 111 | 11010001 | 1000110 | 1001011 |
Color Harmonies of #94C2EC
Complementary color
Monochromatic Colors of #94C2EC
Black with #94C2EC
Text Example
Text Example
White with #94C2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C2EC; }
p { color: rgb(148,194,236); }
H1.HeaderClassName
{
color: #94C2EC;
}
.AnyTagClassName
{
color: #94C2EC;
}
</style>
background-color css
<style>
a { background-color: #94C2EC; }
a { background-color: rgb(148,194,236); }
div.DivClassName
{
background-color: #94C2EC;
}
.BgClassName
{
background-color: #94C2EC;
}
</style>
border-color css
<style>
span { border-color: #94C2EC; }
span { border-color: rgb(148,194,236); }
td.TdClassName
{
border-color: #94C2EC;
}
.TagClassName
{
border-color: #94C2EC;
}
</style>