Shades of Cornflower #94BCEF
Tints of Cornflower #94BCEF
RGB
CMYK
RGB Variations
Color information
#94BCEF (or 0x94BCEF) is known color: Cornflower. HEX triplet: 94, BC and EF. RGB value is (148,188,239). Sum of RGB (Red+Green+Blue) = 148+188+239=575 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.74% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #94BCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BCEF is #6B4310. Grayscale: #B5B5B5. Windows color (decimal): -7029521 or 15711380. OLE color: 15711380.
HSL color Cylindrical-coordinate representation of color #94BCEF: hue angle of 213.63º 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 #94BCEF is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 188 | 239 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.06 |
| HSL | 213.63º | 0.74% | 0.76% | - |
| HSV(B) | 213.63º | 0.38% | 0.94% | - |
| XYZ | 45.78 | 48.49 | 88.61 | - |
| YUV | 181.85 | 160.25 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 239 | 0.38 | 0.21 | 0 | 0.06 | 213.63 | 0.74 | 0.76 |
| Hex | 94 | BC | EF | 26 | 15 | 0 | 6 | D6 | 4A | 4C |
| Octal | 224 | 274 | 357 | 46 | 25 | 0 | 6 | 326 | 112 | 114 |
| Binary | 10010100 | 10111100 | 11101111 | 100110 | 10101 | 0 | 110 | 11010110 | 1001010 | 1001100 |
Color Harmonies of #94BCEF
Complementary color
Monochromatic Colors of #94BCEF
Black with #94BCEF
Text Example
Text Example
White with #94BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BCEF; }
p { color: rgb(148,188,239); }
H1.HeaderClassName
{
color: #94BCEF;
}
.AnyTagClassName
{
color: #94BCEF;
}
</style>
background-color css
<style>
a { background-color: #94BCEF; }
a { background-color: rgb(148,188,239); }
div.DivClassName
{
background-color: #94BCEF;
}
.BgClassName
{
background-color: #94BCEF;
}
</style>
border-color css
<style>
span { border-color: #94BCEF; }
span { border-color: rgb(148,188,239); }
td.TdClassName
{
border-color: #94BCEF;
}
.TagClassName
{
border-color: #94BCEF;
}
</style>