Shades of Electric Blue #94FFF2
Tints of Electric Blue #94FFF2
RGB
CMYK
RGB Variations
Color information
#94FFF2 (or 0x94FFF2) is known color: Electric Blue. HEX triplet: 94, FF and F2. RGB value is (148,255,242). Sum of RGB (Red+Green+Blue) = 148+255+242=645 (85% of max value = 765). Red value is 148 (58.20% from 255 or 22.95% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FFF2 is #6B000D. Grayscale: #DDDDDD. Windows color (decimal): -7012366 or 15925140. OLE color: 15925140.
HSL color Cylindrical-coordinate representation of color #94FFF2: hue angle of 172.71º 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 #94FFF2 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 242 | - |
| CMYK | 0.42 | 0 | 0.05 | 0 |
| HSL | 172.71º | 1% | 0.79% | - |
| HSV(B) | 172.71º | 0.42% | 1% | - |
| XYZ | 64 | 84.23 | 96.89 | - |
| YUV | 221.53 | 139.55 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 242 | 0.42 | 0 | 0.05 | 0 | 172.71 | 1 | 0.79 |
| Hex | 94 | FF | F2 | 2A | 0 | 5 | 0 | AD | 64 | 4F |
| Octal | 224 | 377 | 362 | 52 | 0 | 5 | 0 | 255 | 144 | 117 |
| Binary | 10010100 | 11111111 | 11110010 | 101010 | 0 | 101 | 0 | 10101101 | 1100100 | 1001111 |
Color Harmonies of #94FFF2
Complementary color
Monochromatic Colors of #94FFF2
Black with #94FFF2
Text Example
Text Example
White with #94FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FFF2; }
p { color: rgb(148,255,242); }
H1.HeaderClassName
{
color: #94FFF2;
}
.AnyTagClassName
{
color: #94FFF2;
}
</style>
background-color css
<style>
a { background-color: #94FFF2; }
a { background-color: rgb(148,255,242); }
div.DivClassName
{
background-color: #94FFF2;
}
.BgClassName
{
background-color: #94FFF2;
}
</style>
border-color css
<style>
span { border-color: #94FFF2; }
span { border-color: rgb(148,255,242); }
td.TdClassName
{
border-color: #94FFF2;
}
.TagClassName
{
border-color: #94FFF2;
}
</style>