#94FEF3

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

Shades of Electric Blue #94FEF3

Tints of Electric Blue #94FEF3

Color information

#94FEF3 (or 0x94FEF3) is unknown color: approx Electric Blue. HEX triplet: 94, FE and F3. RGB value is (148,254,243). Sum of RGB (Red+Green+Blue) = 148+254+243=645 (85% of max value = 765). Red value is 148 (58.20% from 255 or 22.95% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FEF3 is #6B010C. Grayscale: #DCDCDC. Windows color (decimal): -7012621 or 15990420. OLE color: 15990420.

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

Color convert

RGB148254243-
CMYK0.4200.040.00
HSL173.77º98.15%78.82%-
HSV(B)173.77º41.73%99.61%-
XYZ63.8383.6597.58-
YUV221.05140.3875.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 22.95%
GREEN value IS 254 (99.61% from 255) = 39.38%
BLUE value IS 243 (95.31% from 255) = 37.67%
R=22.95%
G=39.38%
B=37.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1482542430.4200.040.00173.7798.1578.82
Hex94FEF32A040ae624f
Octal22437636352040256142117
Binary100101001111111011110011101010010001010111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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