#94F7FC

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

Shades of Electric Blue #94F7FC

Tints of Electric Blue #94F7FC

Color information

#94F7FC (or 0x94F7FC) is unknown color: approx Electric Blue. HEX triplet: 94, F7 and FC. RGB value is (148,247,252). Sum of RGB (Red+Green+Blue) = 148+247+252=647 (85% of max value = 765). Red value is 148 (58.20% from 255 or 22.87% from 647); Green value is 247 (96.88% from 255 or 38.18% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #94F7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F7FC is #6B0803. Grayscale: #D9D9D9. Windows color (decimal): -7014404 or 16578452. OLE color: 16578452.

HSL color Cylindrical-coordinate representation of color #94F7FC: hue angle of 182.88º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94F7FC is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB148247252-
CMYK0.410.0200.01
HSL182.88º94.55%78.43%-
HSV(B)182.88º41.27%98.82%-
XYZ63.0479.85104.18-
YUV217.97147.278.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 22.87%
GREEN value IS 247 (96.88% from 255) = 38.18%
BLUE value IS 252 (98.83% from 255) = 38.95%
R=22.87%
G=38.18%
B=38.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482472520.410.0200.01182.8894.5578.43
Hex94F7FC29201b75f4e
Octal22436737451201267137116
Binary10010100111101111111110010100110011011011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,247,252); }

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

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

 a { background-color: rgb(148,247,252); }

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

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

 span { border-color: rgb(148,247,252); }

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