Shades of Electric Blue #94F0FE
Tints of Electric Blue #94F0FE
RGB
CMYK
RGB Variations
Color information
#94F0FE (or 0x94F0FE) is known color: Electric Blue. HEX triplet: 94, F0 and FE. RGB value is (148,240,254). Sum of RGB (Red+Green+Blue) = 148+240+254=642 (85% of max value = 765). Red value is 148 (58.20% from 255 or 23.05% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #94F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F0FE is #6B0F01. Grayscale: #D5D5D5. Windows color (decimal): -7016194 or 16707732. OLE color: 16707732.
HSL color Cylindrical-coordinate representation of color #94F0FE: hue angle of 187.92º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94F0FE is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 240 | 254 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.00 |
| HSL | 187.92º | 0.98% | 0.79% | - |
| HSV(B) | 187.92º | 0.42% | 1% | - |
| XYZ | 61.26 | 75.77 | 105.16 | - |
| YUV | 214.09 | 150.52 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 240 | 254 | 0.42 | 0.06 | 0 | 0.00 | 187.92 | 0.98 | 0.79 |
| Hex | 94 | F0 | FE | 2A | 6 | 0 | 0 | BC | 62 | 4F |
| Octal | 224 | 360 | 376 | 52 | 6 | 0 | 0 | 274 | 142 | 117 |
| Binary | 10010100 | 11110000 | 11111110 | 101010 | 110 | 0 | 0 | 10111100 | 1100010 | 1001111 |
Color Harmonies of #94F0FE
Complementary color
Monochromatic Colors of #94F0FE
Black with #94F0FE
Text Example
Text Example
White with #94F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F0FE; }
p { color: rgb(148,240,254); }
H1.HeaderClassName
{
color: #94F0FE;
}
.AnyTagClassName
{
color: #94F0FE;
}
</style>
background-color css
<style>
a { background-color: #94F0FE; }
a { background-color: rgb(148,240,254); }
div.DivClassName
{
background-color: #94F0FE;
}
.BgClassName
{
background-color: #94F0FE;
}
</style>
border-color css
<style>
span { border-color: #94F0FE; }
span { border-color: rgb(148,240,254); }
td.TdClassName
{
border-color: #94F0FE;
}
.TagClassName
{
border-color: #94F0FE;
}
</style>