#94FEF7

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

Shades of Electric Blue #94FEF7

Tints of Electric Blue #94FEF7

Color information

#94FEF7 (or 0x94FEF7) is unknown color: approx Electric Blue. HEX triplet: 94, FE and F7. RGB value is (148,254,247). Sum of RGB (Red+Green+Blue) = 148+254+247=649 (85% of max value = 765). Red value is 148 (58.20% from 255 or 22.80% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 247 (96.88% from 255 or 38.06% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FEF7 is #6B0108. Grayscale: #DDDDDD. Windows color (decimal): -7012617 or 16252564. OLE color: 16252564.

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

Color convert

RGB148254247-
CMYK0.4200.030.00
HSL176.04º98.15%78.82%-
HSV(B)176.04º41.73%99.61%-
XYZ64.4483.89100.79-
YUV221.51142.3875.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 22.80%
GREEN value IS 254 (99.61% from 255) = 39.14%
BLUE value IS 247 (96.88% from 255) = 38.06%
R=22.80%
G=39.14%
B=38.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1482542470.4200.030.00176.0498.1578.82
Hex94FEF72A030b0624f
Octal22437636752030260142117
Binary10010100111111101111011110101001101011000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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