#94FFF5

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

Shades of Electric Blue #94FFF5

Tints of Electric Blue #94FFF5

Color information

#94FFF5 (or 0x94FFF5) is unknown color: approx Electric Blue. HEX triplet: 94, FF and F5. RGB value is (148,255,245). Sum of RGB (Red+Green+Blue) = 148+255+245=648 (85% of max value = 765). Red value is 148 (58.20% from 255 or 22.84% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 245 (96.09% from 255 or 37.81% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FFF5 is #6B000A. Grayscale: #DDDDDD. Windows color (decimal): -7012363 or 16121748. OLE color: 16121748.

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

Color convert

RGB148255245-
CMYK0.4200.040
HSL174.39º100%79.02%-
HSV(B)174.39º41.96%100%-
XYZ64.4584.4199.28-
YUV221.87141.0575.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 22.84%
GREEN value IS 255 (100% from 255) = 39.35%
BLUE value IS 245 (96.09% from 255) = 37.81%
R=22.84%
G=39.35%
B=37.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1482552450.4200.040174.3910079.02
Hex94FFF52A040ae644f
Octal22437736552040256144117
Binary100101001111111111110101101010010001010111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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