Shades of Cornflower #94D5EF
Tints of Cornflower #94D5EF
RGB
CMYK
RGB Variations
Color information
#94D5EF (or 0x94D5EF) is known color: Cornflower. HEX triplet: 94, D5 and EF. RGB value is (148,213,239). Sum of RGB (Red+Green+Blue) = 148+213+239=600 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.67% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #94D5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D5EF is #6B2A10. Grayscale: #C4C4C4. Windows color (decimal): -7023121 or 15717780. OLE color: 15717780.
HSL color Cylindrical-coordinate representation of color #94D5EF: hue angle of 197.14º degrees, saturation: 0.74, 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 #94D5EF is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 213 | 239 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.06 |
| HSL | 197.14º | 0.74% | 0.76% | - |
| HSV(B) | 197.14º | 0.38% | 0.94% | - |
| XYZ | 51.59 | 60.12 | 90.55 | - |
| YUV | 196.53 | 151.97 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 213 | 239 | 0.38 | 0.11 | 0 | 0.06 | 197.14 | 0.74 | 0.76 |
| Hex | 94 | D5 | EF | 26 | B | 0 | 6 | C5 | 4A | 4C |
| Octal | 224 | 325 | 357 | 46 | 13 | 0 | 6 | 305 | 112 | 114 |
| Binary | 10010100 | 11010101 | 11101111 | 100110 | 1011 | 0 | 110 | 11000101 | 1001010 | 1001100 |
Color Harmonies of #94D5EF
Complementary color
Monochromatic Colors of #94D5EF
Black with #94D5EF
Text Example
Text Example
White with #94D5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D5EF; }
p { color: rgb(148,213,239); }
H1.HeaderClassName
{
color: #94D5EF;
}
.AnyTagClassName
{
color: #94D5EF;
}
</style>
background-color css
<style>
a { background-color: #94D5EF; }
a { background-color: rgb(148,213,239); }
div.DivClassName
{
background-color: #94D5EF;
}
.BgClassName
{
background-color: #94D5EF;
}
</style>
border-color css
<style>
span { border-color: #94D5EF; }
span { border-color: rgb(148,213,239); }
td.TdClassName
{
border-color: #94D5EF;
}
.TagClassName
{
border-color: #94D5EF;
}
</style>