Shades of Electric Blue #94F9F0
Tints of Electric Blue #94F9F0
RGB
CMYK
RGB Variations
Color information
#94F9F0 (or 0x94F9F0) is known color: Electric Blue. HEX triplet: 94, F9 and F0. RGB value is (148,249,240). Sum of RGB (Red+Green+Blue) = 148+249+240=637 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.23% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #94F9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F9F0 is #6B060F. Grayscale: #D9D9D9. Windows color (decimal): -7013904 or 15792532. OLE color: 15792532.
HSL color Cylindrical-coordinate representation of color #94F9F0: hue angle of 174.65º 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 #94F9F0 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 249 | 240 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.02 |
| HSL | 174.65º | 0.89% | 0.78% | - |
| HSV(B) | 174.65º | 0.41% | 0.98% | - |
| XYZ | 61.82 | 80.34 | 94.69 | - |
| YUV | 217.78 | 140.54 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 249 | 240 | 0.41 | 0 | 0.04 | 0.02 | 174.65 | 0.89 | 0.78 |
| Hex | 94 | F9 | F0 | 29 | 0 | 4 | 2 | AF | 59 | 4E |
| Octal | 224 | 371 | 360 | 51 | 0 | 4 | 2 | 257 | 131 | 116 |
| Binary | 10010100 | 11111001 | 11110000 | 101001 | 0 | 100 | 10 | 10101111 | 1011001 | 1001110 |
Color Harmonies of #94F9F0
Complementary color
Monochromatic Colors of #94F9F0
Black with #94F9F0
Text Example
Text Example
White with #94F9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F9F0; }
p { color: rgb(148,249,240); }
H1.HeaderClassName
{
color: #94F9F0;
}
.AnyTagClassName
{
color: #94F9F0;
}
</style>
background-color css
<style>
a { background-color: #94F9F0; }
a { background-color: rgb(148,249,240); }
div.DivClassName
{
background-color: #94F9F0;
}
.BgClassName
{
background-color: #94F9F0;
}
</style>
border-color css
<style>
span { border-color: #94F9F0; }
span { border-color: rgb(148,249,240); }
td.TdClassName
{
border-color: #94F9F0;
}
.TagClassName
{
border-color: #94F9F0;
}
</style>