Shades of Cornflower #94C0DC
Tints of Cornflower #94C0DC
RGB
CMYK
RGB Variations
Color information
#94C0DC (or 0x94C0DC) is known color: Cornflower. HEX triplet: 94, C0 and DC. RGB value is (148,192,220). Sum of RGB (Red+Green+Blue) = 148+192+220=560 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.43% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #94C0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C0DC is #6B3F23. Grayscale: #B5B5B5. Windows color (decimal): -7028516 or 14467220. OLE color: 14467220.
HSL color Cylindrical-coordinate representation of color #94C0DC: hue angle of 203.33º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94C0DC is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 192 | 220 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.14 |
| HSL | 203.33º | 0.51% | 0.72% | - |
| HSV(B) | 203.33º | 0.33% | 0.86% | - |
| XYZ | 43.98 | 49.16 | 74.88 | - |
| YUV | 182.04 | 149.42 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 220 | 0.33 | 0.13 | 0 | 0.14 | 203.33 | 0.51 | 0.72 |
| Hex | 94 | C0 | DC | 21 | D | 0 | E | CB | 33 | 48 |
| Octal | 224 | 300 | 334 | 41 | 15 | 0 | 16 | 313 | 63 | 110 |
| Binary | 10010100 | 11000000 | 11011100 | 100001 | 1101 | 0 | 1110 | 11001011 | 110011 | 1001000 |
Color Harmonies of #94C0DC
Complementary color
Monochromatic Colors of #94C0DC
Black with #94C0DC
Text Example
Text Example
White with #94C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C0DC; }
p { color: rgb(148,192,220); }
H1.HeaderClassName
{
color: #94C0DC;
}
.AnyTagClassName
{
color: #94C0DC;
}
</style>
background-color css
<style>
a { background-color: #94C0DC; }
a { background-color: rgb(148,192,220); }
div.DivClassName
{
background-color: #94C0DC;
}
.BgClassName
{
background-color: #94C0DC;
}
</style>
border-color css
<style>
span { border-color: #94C0DC; }
span { border-color: rgb(148,192,220); }
td.TdClassName
{
border-color: #94C0DC;
}
.TagClassName
{
border-color: #94C0DC;
}
</style>