#94FEFC

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

Shades of Electric Blue #94FEFC

Tints of Electric Blue #94FEFC

Color information

#94FEFC (or 0x94FEFC) is unknown color: approx Electric Blue. HEX triplet: 94, FE and FC. RGB value is (148,254,252). Sum of RGB (Red+Green+Blue) = 148+254+252=654 (86% of max value = 765). Red value is 148 (58.20% from 255 or 22.63% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FEFC is #6B0103. Grayscale: #DDDDDD. Windows color (decimal): -7012612 or 16580244. OLE color: 16580244.

HSL color Cylindrical-coordinate representation of color #94FEFC: hue angle of 178.87º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FEFC is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB148254252-
CMYK0.4200.010.00
HSL178.87º98.15%78.82%-
HSV(B)178.87º41.73%99.61%-
XYZ65.2384.21104.91-
YUV222.08144.8875.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 22.63%
GREEN value IS 254 (99.61% from 255) = 38.84%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=22.63%
G=38.84%
B=38.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1482542520.4200.010.00178.8798.1578.82
Hex94FEFC2A010b3624f
Octal22437637452010263142117
Binary1001010011111110111111001010100101011001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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