Shades of Electric Blue #94F9FB
Tints of Electric Blue #94F9FB
RGB
CMYK
RGB Variations
Color information
#94F9FB (or 0x94F9FB) is known color: Electric Blue. HEX triplet: 94, F9 and FB. RGB value is (148,249,251). Sum of RGB (Red+Green+Blue) = 148+249+251=648 (85% of max value = 765). Red value is 148 (58.20% from 255 or 22.84% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #94F9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F9FB is #6B0604. Grayscale: #DADADA. Windows color (decimal): -7013893 or 16513428. OLE color: 16513428.
HSL color Cylindrical-coordinate representation of color #94F9FB: hue angle of 181.17º degrees, saturation: 0.93, 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 #94F9FB is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 249 | 251 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.02 |
| HSL | 181.17º | 0.93% | 0.78% | - |
| HSV(B) | 181.17º | 0.41% | 0.98% | - |
| XYZ | 63.5 | 81.01 | 103.56 | - |
| YUV | 219.03 | 146.04 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 249 | 251 | 0.41 | 0.01 | 0 | 0.02 | 181.17 | 0.93 | 0.78 |
| Hex | 94 | F9 | FB | 29 | 1 | 0 | 2 | B5 | 5D | 4E |
| Octal | 224 | 371 | 373 | 51 | 1 | 0 | 2 | 265 | 135 | 116 |
| Binary | 10010100 | 11111001 | 11111011 | 101001 | 1 | 0 | 10 | 10110101 | 1011101 | 1001110 |
Color Harmonies of #94F9FB
Complementary color
Monochromatic Colors of #94F9FB
Black with #94F9FB
Text Example
Text Example
White with #94F9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F9FB; }
p { color: rgb(148,249,251); }
H1.HeaderClassName
{
color: #94F9FB;
}
.AnyTagClassName
{
color: #94F9FB;
}
</style>
background-color css
<style>
a { background-color: #94F9FB; }
a { background-color: rgb(148,249,251); }
div.DivClassName
{
background-color: #94F9FB;
}
.BgClassName
{
background-color: #94F9FB;
}
</style>
border-color css
<style>
span { border-color: #94F9FB; }
span { border-color: rgb(148,249,251); }
td.TdClassName
{
border-color: #94F9FB;
}
.TagClassName
{
border-color: #94F9FB;
}
</style>