Shades of Cornflower #94C5EA
Tints of Cornflower #94C5EA
RGB
CMYK
RGB Variations
Color information
#94C5EA (or 0x94C5EA) is known color: Cornflower. HEX triplet: 94, C5 and EA. RGB value is (148,197,234). Sum of RGB (Red+Green+Blue) = 148+197+234=579 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.56% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #94C5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C5EA is #6B3A15. Grayscale: #BABABA. Windows color (decimal): -7027222 or 15386004. OLE color: 15386004.
HSL color Cylindrical-coordinate representation of color #94C5EA: hue angle of 205.81º 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 #94C5EA is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 197 | 234 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.08 |
| HSL | 205.81º | 0.67% | 0.75% | - |
| HSV(B) | 205.81º | 0.37% | 0.92% | - |
| XYZ | 47.03 | 52.17 | 85.43 | - |
| YUV | 186.57 | 154.77 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 234 | 0.37 | 0.16 | 0 | 0.08 | 205.81 | 0.67 | 0.75 |
| Hex | 94 | C5 | EA | 25 | 10 | 0 | 8 | CE | 43 | 4B |
| Octal | 224 | 305 | 352 | 45 | 20 | 0 | 10 | 316 | 103 | 113 |
| Binary | 10010100 | 11000101 | 11101010 | 100101 | 10000 | 0 | 1000 | 11001110 | 1000011 | 1001011 |
Color Harmonies of #94C5EA
Complementary color
Monochromatic Colors of #94C5EA
Black with #94C5EA
Text Example
Text Example
White with #94C5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C5EA; }
p { color: rgb(148,197,234); }
H1.HeaderClassName
{
color: #94C5EA;
}
.AnyTagClassName
{
color: #94C5EA;
}
</style>
background-color css
<style>
a { background-color: #94C5EA; }
a { background-color: rgb(148,197,234); }
div.DivClassName
{
background-color: #94C5EA;
}
.BgClassName
{
background-color: #94C5EA;
}
</style>
border-color css
<style>
span { border-color: #94C5EA; }
span { border-color: rgb(148,197,234); }
td.TdClassName
{
border-color: #94C5EA;
}
.TagClassName
{
border-color: #94C5EA;
}
</style>