Shades of Electric Blue #94F6FA
Tints of Electric Blue #94F6FA
RGB
CMYK
RGB Variations
Color information
#94F6FA (or 0x94F6FA) is known color: Electric Blue. HEX triplet: 94, F6 and FA. RGB value is (148,246,250). Sum of RGB (Red+Green+Blue) = 148+246+250=644 (85% of max value = 765). Red value is 148 (58.20% from 255 or 22.98% from 644); Green value is 246 (96.48% from 255 or 38.20% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #94F6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F6FA is #6B0905. Grayscale: #D9D9D9. Windows color (decimal): -7014662 or 16447124. OLE color: 16447124.
HSL color Cylindrical-coordinate representation of color #94F6FA: hue angle of 182.35º degrees, saturation: 0.91, 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 #94F6FA is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 246 | 250 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.02 |
| HSL | 182.35º | 0.91% | 0.78% | - |
| HSV(B) | 182.35º | 0.41% | 0.98% | - |
| XYZ | 62.42 | 79.11 | 102.42 | - |
| YUV | 217.15 | 146.53 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 250 | 0.41 | 0.02 | 0 | 0.02 | 182.35 | 0.91 | 0.78 |
| Hex | 94 | F6 | FA | 29 | 2 | 0 | 2 | B6 | 5B | 4E |
| Octal | 224 | 366 | 372 | 51 | 2 | 0 | 2 | 266 | 133 | 116 |
| Binary | 10010100 | 11110110 | 11111010 | 101001 | 10 | 0 | 10 | 10110110 | 1011011 | 1001110 |
Color Harmonies of #94F6FA
Complementary color
Monochromatic Colors of #94F6FA
Black with #94F6FA
Text Example
Text Example
White with #94F6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F6FA; }
p { color: rgb(148,246,250); }
H1.HeaderClassName
{
color: #94F6FA;
}
.AnyTagClassName
{
color: #94F6FA;
}
</style>
background-color css
<style>
a { background-color: #94F6FA; }
a { background-color: rgb(148,246,250); }
div.DivClassName
{
background-color: #94F6FA;
}
.BgClassName
{
background-color: #94F6FA;
}
</style>
border-color css
<style>
span { border-color: #94F6FA; }
span { border-color: rgb(148,246,250); }
td.TdClassName
{
border-color: #94F6FA;
}
.TagClassName
{
border-color: #94F6FA;
}
</style>