Shades of Electric Blue #94FFEF
Tints of Electric Blue #94FFEF
RGB
CMYK
RGB Variations
Color information
#94FFEF (or 0x94FFEF) is known color: Electric Blue. HEX triplet: 94, FF and EF. RGB value is (148,255,239). Sum of RGB (Red+Green+Blue) = 148+255+239=642 (85% of max value = 765). Red value is 148 (58.20% from 255 or 23.05% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FFEF is #6B0010. Grayscale: #DDDDDD. Windows color (decimal): -7012369 or 15728532. OLE color: 15728532.
HSL color Cylindrical-coordinate representation of color #94FFEF: hue angle of 171.03º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FFEF is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 239 | - |
| CMYK | 0.42 | 0 | 0.06 | 0 |
| HSL | 171.03º | 1% | 0.79% | - |
| HSV(B) | 171.03º | 0.42% | 1% | - |
| XYZ | 63.55 | 84.05 | 94.53 | - |
| YUV | 221.18 | 138.05 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 239 | 0.42 | 0 | 0.06 | 0 | 171.03 | 1 | 0.79 |
| Hex | 94 | FF | EF | 2A | 0 | 6 | 0 | AB | 64 | 4F |
| Octal | 224 | 377 | 357 | 52 | 0 | 6 | 0 | 253 | 144 | 117 |
| Binary | 10010100 | 11111111 | 11101111 | 101010 | 0 | 110 | 0 | 10101011 | 1100100 | 1001111 |
Color Harmonies of #94FFEF
Complementary color
Monochromatic Colors of #94FFEF
Black with #94FFEF
Text Example
Text Example
White with #94FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FFEF; }
p { color: rgb(148,255,239); }
H1.HeaderClassName
{
color: #94FFEF;
}
.AnyTagClassName
{
color: #94FFEF;
}
</style>
background-color css
<style>
a { background-color: #94FFEF; }
a { background-color: rgb(148,255,239); }
div.DivClassName
{
background-color: #94FFEF;
}
.BgClassName
{
background-color: #94FFEF;
}
</style>
border-color css
<style>
span { border-color: #94FFEF; }
span { border-color: rgb(148,255,239); }
td.TdClassName
{
border-color: #94FFEF;
}
.TagClassName
{
border-color: #94FFEF;
}
</style>