Shades of Cornflower #94C7EA
Tints of Cornflower #94C7EA
RGB
CMYK
RGB Variations
Color information
#94C7EA (or 0x94C7EA) is known color: Cornflower. HEX triplet: 94, C7 and EA. RGB value is (148,199,234). Sum of RGB (Red+Green+Blue) = 148+199+234=581 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.47% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #94C7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C7EA is #6B3815. Grayscale: #BBBBBB. Windows color (decimal): -7026710 or 15386516. OLE color: 15386516.
HSL color Cylindrical-coordinate representation of color #94C7EA: hue angle of 204.42º 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 #94C7EA is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 199 | 234 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.08 |
| HSL | 204.42º | 0.67% | 0.75% | - |
| HSV(B) | 204.42º | 0.37% | 0.92% | - |
| XYZ | 47.49 | 53.08 | 85.59 | - |
| YUV | 187.74 | 154.1 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 199 | 234 | 0.37 | 0.15 | 0 | 0.08 | 204.42 | 0.67 | 0.75 |
| Hex | 94 | C7 | EA | 25 | F | 0 | 8 | CC | 43 | 4B |
| Octal | 224 | 307 | 352 | 45 | 17 | 0 | 10 | 314 | 103 | 113 |
| Binary | 10010100 | 11000111 | 11101010 | 100101 | 1111 | 0 | 1000 | 11001100 | 1000011 | 1001011 |
Color Harmonies of #94C7EA
Complementary color
Monochromatic Colors of #94C7EA
Black with #94C7EA
Text Example
Text Example
White with #94C7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C7EA; }
p { color: rgb(148,199,234); }
H1.HeaderClassName
{
color: #94C7EA;
}
.AnyTagClassName
{
color: #94C7EA;
}
</style>
background-color css
<style>
a { background-color: #94C7EA; }
a { background-color: rgb(148,199,234); }
div.DivClassName
{
background-color: #94C7EA;
}
.BgClassName
{
background-color: #94C7EA;
}
</style>
border-color css
<style>
span { border-color: #94C7EA; }
span { border-color: rgb(148,199,234); }
td.TdClassName
{
border-color: #94C7EA;
}
.TagClassName
{
border-color: #94C7EA;
}
</style>