#94FEFF

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

Shades of Electric Blue #94FEFF

Tints of Electric Blue #94FEFF

Color information

#94FEFF (or 0x94FEFF) is unknown color: approx Electric Blue. HEX triplet: 94, FE and FF. RGB value is (148,254,255). Sum of RGB (Red+Green+Blue) = 148+254+255=657 (87% of max value = 765). Red value is 148 (58.20% from 255 or 22.53% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #94FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FEFF is #6B0100. Grayscale: #DEDEDE. Windows color (decimal): -7012609 or 16776852. OLE color: 16776852.

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

Color convert

RGB148254255-
CMYK0.420.0000
HSL180.56º100%79.02%-
HSV(B)180.56º41.96%100%-
XYZ65.784.4107.44-
YUV222.42146.3874.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 22.53%
GREEN value IS 254 (99.61% from 255) = 38.66%
BLUE value IS 255 (100% from 255) = 38.81%
R=22.53%
G=38.66%
B=38.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1482542550.420.0000180.5610079.02
Hex94FEFF2A000b5644f
Octal22437637752000265144117
Binary1001010011111110111111111010100001011010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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