Shades of Electric Blue #94F5FE
Tints of Electric Blue #94F5FE
RGB
CMYK
RGB Variations
Color information
#94F5FE (or 0x94F5FE) is known color: Electric Blue. HEX triplet: 94, F5 and FE. RGB value is (148,245,254). Sum of RGB (Red+Green+Blue) = 148+245+254=647 (85% of max value = 765). Red value is 148 (58.20% from 255 or 22.87% from 647); Green value is 245 (96.09% from 255 or 37.87% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #94F5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F5FE is #6B0A01. Grayscale: #D8D8D8. Windows color (decimal): -7014914 or 16709012. OLE color: 16709012.
HSL color Cylindrical-coordinate representation of color #94F5FE: hue angle of 185.09º 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 #94F5FE is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 245 | 254 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.00 |
| HSL | 185.09º | 0.98% | 0.79% | - |
| HSV(B) | 185.09º | 0.42% | 1% | - |
| XYZ | 62.75 | 78.76 | 105.66 | - |
| YUV | 217.02 | 148.86 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 245 | 254 | 0.42 | 0.04 | 0 | 0.00 | 185.09 | 0.98 | 0.79 |
| Hex | 94 | F5 | FE | 2A | 4 | 0 | 0 | B9 | 62 | 4F |
| Octal | 224 | 365 | 376 | 52 | 4 | 0 | 0 | 271 | 142 | 117 |
| Binary | 10010100 | 11110101 | 11111110 | 101010 | 100 | 0 | 0 | 10111001 | 1100010 | 1001111 |
Color Harmonies of #94F5FE
Complementary color
Monochromatic Colors of #94F5FE
Black with #94F5FE
Text Example
Text Example
White with #94F5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F5FE; }
p { color: rgb(148,245,254); }
H1.HeaderClassName
{
color: #94F5FE;
}
.AnyTagClassName
{
color: #94F5FE;
}
</style>
background-color css
<style>
a { background-color: #94F5FE; }
a { background-color: rgb(148,245,254); }
div.DivClassName
{
background-color: #94F5FE;
}
.BgClassName
{
background-color: #94F5FE;
}
</style>
border-color css
<style>
span { border-color: #94F5FE; }
span { border-color: rgb(148,245,254); }
td.TdClassName
{
border-color: #94F5FE;
}
.TagClassName
{
border-color: #94F5FE;
}
</style>