Shades of Cornflower #94D0EA
Tints of Cornflower #94D0EA
RGB
CMYK
RGB Variations
Color information
#94D0EA (or 0x94D0EA) is known color: Cornflower. HEX triplet: 94, D0 and EA. RGB value is (148,208,234). Sum of RGB (Red+Green+Blue) = 148+208+234=590 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.08% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #94D0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D0EA is #6B2F15. Grayscale: #C0C0C0. Windows color (decimal): -7024406 or 15388820. OLE color: 15388820.
HSL color Cylindrical-coordinate representation of color #94D0EA: hue angle of 198.14º 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 #94D0EA is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 208 | 234 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.08 |
| HSL | 198.14º | 0.67% | 0.75% | - |
| HSV(B) | 198.14º | 0.37% | 0.92% | - |
| XYZ | 49.62 | 57.35 | 86.3 | - |
| YUV | 193.02 | 151.12 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 234 | 0.37 | 0.11 | 0 | 0.08 | 198.14 | 0.67 | 0.75 |
| Hex | 94 | D0 | EA | 25 | B | 0 | 8 | C6 | 43 | 4B |
| Octal | 224 | 320 | 352 | 45 | 13 | 0 | 10 | 306 | 103 | 113 |
| Binary | 10010100 | 11010000 | 11101010 | 100101 | 1011 | 0 | 1000 | 11000110 | 1000011 | 1001011 |
Color Harmonies of #94D0EA
Complementary color
Monochromatic Colors of #94D0EA
Black with #94D0EA
Text Example
Text Example
White with #94D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D0EA; }
p { color: rgb(148,208,234); }
H1.HeaderClassName
{
color: #94D0EA;
}
.AnyTagClassName
{
color: #94D0EA;
}
</style>
background-color css
<style>
a { background-color: #94D0EA; }
a { background-color: rgb(148,208,234); }
div.DivClassName
{
background-color: #94D0EA;
}
.BgClassName
{
background-color: #94D0EA;
}
</style>
border-color css
<style>
span { border-color: #94D0EA; }
span { border-color: rgb(148,208,234); }
td.TdClassName
{
border-color: #94D0EA;
}
.TagClassName
{
border-color: #94D0EA;
}
</style>