Shades of Cornflower #94D1EA
Tints of Cornflower #94D1EA
RGB
CMYK
RGB Variations
Color information
#94D1EA (or 0x94D1EA) is known color: Cornflower. HEX triplet: 94, D1 and EA. RGB value is (148,209,234). Sum of RGB (Red+Green+Blue) = 148+209+234=591 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.04% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #94D1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D1EA is #6B2E15. Grayscale: #C1C1C1. Windows color (decimal): -7024150 or 15389076. OLE color: 15389076.
HSL color Cylindrical-coordinate representation of color #94D1EA: hue angle of 197.44º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94D1EA is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 209 | 234 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.08 |
| HSL | 197.44º | 0.67% | 0.75% | - |
| HSV(B) | 197.44º | 0.37% | 0.92% | - |
| XYZ | 49.86 | 57.84 | 86.38 | - |
| YUV | 193.61 | 150.79 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 209 | 234 | 0.37 | 0.11 | 0 | 0.08 | 197.44 | 0.67 | 0.75 |
| Hex | 94 | D1 | EA | 25 | B | 0 | 8 | C5 | 43 | 4B |
| Octal | 224 | 321 | 352 | 45 | 13 | 0 | 10 | 305 | 103 | 113 |
| Binary | 10010100 | 11010001 | 11101010 | 100101 | 1011 | 0 | 1000 | 11000101 | 1000011 | 1001011 |
Color Harmonies of #94D1EA
Complementary color
Monochromatic Colors of #94D1EA
Black with #94D1EA
Text Example
Text Example
White with #94D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D1EA; }
p { color: rgb(148,209,234); }
H1.HeaderClassName
{
color: #94D1EA;
}
.AnyTagClassName
{
color: #94D1EA;
}
</style>
background-color css
<style>
a { background-color: #94D1EA; }
a { background-color: rgb(148,209,234); }
div.DivClassName
{
background-color: #94D1EA;
}
.BgClassName
{
background-color: #94D1EA;
}
</style>
border-color css
<style>
span { border-color: #94D1EA; }
span { border-color: rgb(148,209,234); }
td.TdClassName
{
border-color: #94D1EA;
}
.TagClassName
{
border-color: #94D1EA;
}
</style>