Shades of Electric Blue #94FFFC
Tints of Electric Blue #94FFFC
RGB
CMYK
RGB Variations
Color information
#94FFFC (or 0x94FFFC) is known color: Electric Blue. HEX triplet: 94, FF and FC. RGB value is (148,255,252). Sum of RGB (Red+Green+Blue) = 148+255+252=655 (86% of max value = 765). Red value is 148 (58.20% from 255 or 22.60% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FFFC is #6B0003. Grayscale: #DEDEDE. Windows color (decimal): -7012356 or 16580500. OLE color: 16580500.
HSL color Cylindrical-coordinate representation of color #94FFFC: hue angle of 178.32º 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 #94FFFC is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 252 | - |
| CMYK | 0.42 | 0 | 0.01 | 0 |
| HSL | 178.32º | 1% | 0.79% | - |
| HSV(B) | 178.32º | 0.42% | 1% | - |
| XYZ | 65.54 | 84.84 | 105.02 | - |
| YUV | 222.67 | 144.55 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 252 | 0.42 | 0 | 0.01 | 0 | 178.32 | 1 | 0.79 |
| Hex | 94 | FF | FC | 2A | 0 | 1 | 0 | B2 | 64 | 4F |
| Octal | 224 | 377 | 374 | 52 | 0 | 1 | 0 | 262 | 144 | 117 |
| Binary | 10010100 | 11111111 | 11111100 | 101010 | 0 | 1 | 0 | 10110010 | 1100100 | 1001111 |
Color Harmonies of #94FFFC
Complementary color
Monochromatic Colors of #94FFFC
Black with #94FFFC
Text Example
Text Example
White with #94FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FFFC; }
p { color: rgb(148,255,252); }
H1.HeaderClassName
{
color: #94FFFC;
}
.AnyTagClassName
{
color: #94FFFC;
}
</style>
background-color css
<style>
a { background-color: #94FFFC; }
a { background-color: rgb(148,255,252); }
div.DivClassName
{
background-color: #94FFFC;
}
.BgClassName
{
background-color: #94FFFC;
}
</style>
border-color css
<style>
span { border-color: #94FFFC; }
span { border-color: rgb(148,255,252); }
td.TdClassName
{
border-color: #94FFFC;
}
.TagClassName
{
border-color: #94FFFC;
}
</style>