Shades of Cornflower #94B8EA
Tints of Cornflower #94B8EA
RGB
CMYK
RGB Variations
Color information
#94B8EA (or 0x94B8EA) is known color: Cornflower. HEX triplet: 94, B8 and EA. RGB value is (148,184,234). Sum of RGB (Red+Green+Blue) = 148+184+234=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 184 (72.27% from 255 or 32.51% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #94B8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94B8EA is #6B4715. Grayscale: #B2B2B2. Windows color (decimal): -7030550 or 15382676. OLE color: 15382676.
HSL color Cylindrical-coordinate representation of color #94B8EA: hue angle of 214.88º 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 #94B8EA is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 184 | 234 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.08 |
| HSL | 214.88º | 0.67% | 0.75% | - |
| HSV(B) | 214.88º | 0.37% | 0.92% | - |
| XYZ | 44.2 | 46.52 | 84.49 | - |
| YUV | 178.94 | 159.07 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 184 | 234 | 0.37 | 0.21 | 0 | 0.08 | 214.88 | 0.67 | 0.75 |
| Hex | 94 | B8 | EA | 25 | 15 | 0 | 8 | D7 | 43 | 4B |
| Octal | 224 | 270 | 352 | 45 | 25 | 0 | 10 | 327 | 103 | 113 |
| Binary | 10010100 | 10111000 | 11101010 | 100101 | 10101 | 0 | 1000 | 11010111 | 1000011 | 1001011 |
Color Harmonies of #94B8EA
Complementary color
Monochromatic Colors of #94B8EA
Black with #94B8EA
Text Example
Text Example
White with #94B8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B8EA; }
p { color: rgb(148,184,234); }
H1.HeaderClassName
{
color: #94B8EA;
}
.AnyTagClassName
{
color: #94B8EA;
}
</style>
background-color css
<style>
a { background-color: #94B8EA; }
a { background-color: rgb(148,184,234); }
div.DivClassName
{
background-color: #94B8EA;
}
.BgClassName
{
background-color: #94B8EA;
}
</style>
border-color css
<style>
span { border-color: #94B8EA; }
span { border-color: rgb(148,184,234); }
td.TdClassName
{
border-color: #94B8EA;
}
.TagClassName
{
border-color: #94B8EA;
}
</style>