Shades of Electric Blue #94F7F9
Tints of Electric Blue #94F7F9
RGB
CMYK
RGB Variations
Color information
#94F7F9 (or 0x94F7F9) is known color: Electric Blue. HEX triplet: 94, F7 and F9. RGB value is (148,247,249). Sum of RGB (Red+Green+Blue) = 148+247+249=644 (85% of max value = 765). Red value is 148 (58.20% from 255 or 22.98% from 644); Green value is 247 (96.88% from 255 or 38.35% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #94F7F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F7F9 is #6B0806. Grayscale: #D9D9D9. Windows color (decimal): -7014407 or 16381844. OLE color: 16381844.
HSL color Cylindrical-coordinate representation of color #94F7F9: hue angle of 181.19º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94F7F9 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 247 | 249 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.02 |
| HSL | 181.19º | 0.89% | 0.78% | - |
| HSV(B) | 181.19º | 0.41% | 0.98% | - |
| XYZ | 62.57 | 79.66 | 101.7 | - |
| YUV | 217.63 | 145.7 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 247 | 249 | 0.41 | 0.01 | 0 | 0.02 | 181.19 | 0.89 | 0.78 |
| Hex | 94 | F7 | F9 | 29 | 1 | 0 | 2 | B5 | 59 | 4E |
| Octal | 224 | 367 | 371 | 51 | 1 | 0 | 2 | 265 | 131 | 116 |
| Binary | 10010100 | 11110111 | 11111001 | 101001 | 1 | 0 | 10 | 10110101 | 1011001 | 1001110 |
Color Harmonies of #94F7F9
Complementary color
Monochromatic Colors of #94F7F9
Black with #94F7F9
Text Example
Text Example
White with #94F7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F7F9; }
p { color: rgb(148,247,249); }
H1.HeaderClassName
{
color: #94F7F9;
}
.AnyTagClassName
{
color: #94F7F9;
}
</style>
background-color css
<style>
a { background-color: #94F7F9; }
a { background-color: rgb(148,247,249); }
div.DivClassName
{
background-color: #94F7F9;
}
.BgClassName
{
background-color: #94F7F9;
}
</style>
border-color css
<style>
span { border-color: #94F7F9; }
span { border-color: rgb(148,247,249); }
td.TdClassName
{
border-color: #94F7F9;
}
.TagClassName
{
border-color: #94F7F9;
}
</style>