#94F4FB

Color #94F4FB Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #94F4FB

Tints of Electric Blue #94F4FB

Color information

#94F4FB (or 0x94F4FB) is unknown color: approx Electric Blue. HEX triplet: 94, F4 and FB. RGB value is (148,244,251). Sum of RGB (Red+Green+Blue) = 148+244+251=643 (85% of max value = 765). Red value is 148 (58.20% from 255 or 23.02% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #94F4FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F4FB is #6B0B04. Grayscale: #D7D7D7. Windows color (decimal): -7015173 or 16512148. OLE color: 16512148.

HSL color Cylindrical-coordinate representation of color #94F4FB: hue angle of 184.08º 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 #94F4FB is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148244251-
CMYK0.410.0300.02
HSL184.08º92.79%78.24%-
HSV(B)184.08º41.04%98.43%-
XYZ61.9877.96103.05-
YUV216.09147.779.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 23.02%
GREEN value IS 244 (95.70% from 255) = 37.95%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=23.02%
G=37.95%
B=39.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482442510.410.0300.02184.0892.7978.24
Hex94F4FB29302b85d4e
Octal22436437351302270135116
Binary100101001111010011111011101001110101011100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94F4FB; }

 p { color: rgb(148,244,251); }

 H1.HeaderClassName
 {
   color: #94F4FB;
 }
 .AnyTagClassName
 {
   color: #94F4FB;
 }
</style>
background-color css

<style>
 a { background-color: #94F4FB; }

 a { background-color: rgb(148,244,251); }

 div.DivClassName
 {
   background-color: #94F4FB;
 }
 .BgClassName
 {
   background-color: #94F4FB;
 }
</style>
border-color css

<style>
 span { border-color: #94F4FB; }

 span { border-color: rgb(148,244,251); }

 td.TdClassName
 {
   border-color: #94F4FB;
 }
 .TagClassName
 {
   border-color: #94F4FB;
 }
</style>