Shades of Cornflower #94C7F0
Tints of Cornflower #94C7F0
RGB
CMYK
RGB Variations
Color information
#94C7F0 (or 0x94C7F0) is known color: Cornflower. HEX triplet: 94, C7 and F0. RGB value is (148,199,240). Sum of RGB (Red+Green+Blue) = 148+199+240=587 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.21% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #94C7F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C7F0 is #6B380F. Grayscale: #BCBCBC. Windows color (decimal): -7026704 or 15779732. OLE color: 15779732.
HSL color Cylindrical-coordinate representation of color #94C7F0: hue angle of 206.74º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94C7F0 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 199 | 240 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.06 |
| HSL | 206.74º | 0.75% | 0.76% | - |
| HSV(B) | 206.74º | 0.38% | 0.94% | - |
| XYZ | 48.36 | 53.43 | 90.2 | - |
| YUV | 188.43 | 157.1 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 199 | 240 | 0.38 | 0.17 | 0 | 0.06 | 206.74 | 0.75 | 0.76 |
| Hex | 94 | C7 | F0 | 26 | 11 | 0 | 6 | CF | 4B | 4C |
| Octal | 224 | 307 | 360 | 46 | 21 | 0 | 6 | 317 | 113 | 114 |
| Binary | 10010100 | 11000111 | 11110000 | 100110 | 10001 | 0 | 110 | 11001111 | 1001011 | 1001100 |
Color Harmonies of #94C7F0
Complementary color
Monochromatic Colors of #94C7F0
Black with #94C7F0
Text Example
Text Example
White with #94C7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C7F0; }
p { color: rgb(148,199,240); }
H1.HeaderClassName
{
color: #94C7F0;
}
.AnyTagClassName
{
color: #94C7F0;
}
</style>
background-color css
<style>
a { background-color: #94C7F0; }
a { background-color: rgb(148,199,240); }
div.DivClassName
{
background-color: #94C7F0;
}
.BgClassName
{
background-color: #94C7F0;
}
</style>
border-color css
<style>
span { border-color: #94C7F0; }
span { border-color: rgb(148,199,240); }
td.TdClassName
{
border-color: #94C7F0;
}
.TagClassName
{
border-color: #94C7F0;
}
</style>