Shades of Cornflower #94C0ED
Tints of Cornflower #94C0ED
RGB
CMYK
RGB Variations
Color information
#94C0ED (or 0x94C0ED) is known color: Cornflower. HEX triplet: 94, C0 and ED. RGB value is (148,192,237). Sum of RGB (Red+Green+Blue) = 148+192+237=577 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.65% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #94C0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C0ED is #6B3F12. Grayscale: #B7B7B7. Windows color (decimal): -7028499 or 15581332. OLE color: 15581332.
HSL color Cylindrical-coordinate representation of color #94C0ED: hue angle of 210.34º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94C0ED is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 192 | 237 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.07 |
| HSL | 210.34º | 0.71% | 0.75% | - |
| HSV(B) | 210.34º | 0.38% | 0.93% | - |
| XYZ | 46.35 | 50.11 | 87.35 | - |
| YUV | 183.97 | 157.92 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 237 | 0.38 | 0.19 | 0 | 0.07 | 210.34 | 0.71 | 0.75 |
| Hex | 94 | C0 | ED | 26 | 13 | 0 | 7 | D2 | 47 | 4B |
| Octal | 224 | 300 | 355 | 46 | 23 | 0 | 7 | 322 | 107 | 113 |
| Binary | 10010100 | 11000000 | 11101101 | 100110 | 10011 | 0 | 111 | 11010010 | 1000111 | 1001011 |
Color Harmonies of #94C0ED
Complementary color
Monochromatic Colors of #94C0ED
Black with #94C0ED
Text Example
Text Example
White with #94C0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C0ED; }
p { color: rgb(148,192,237); }
H1.HeaderClassName
{
color: #94C0ED;
}
.AnyTagClassName
{
color: #94C0ED;
}
</style>
background-color css
<style>
a { background-color: #94C0ED; }
a { background-color: rgb(148,192,237); }
div.DivClassName
{
background-color: #94C0ED;
}
.BgClassName
{
background-color: #94C0ED;
}
</style>
border-color css
<style>
span { border-color: #94C0ED; }
span { border-color: rgb(148,192,237); }
td.TdClassName
{
border-color: #94C0ED;
}
.TagClassName
{
border-color: #94C0ED;
}
</style>