#94F5F8

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

Shades of Electric Blue #94F5F8

Tints of Electric Blue #94F5F8

Color information

#94F5F8 (or 0x94F5F8) is unknown color: approx Electric Blue. HEX triplet: 94, F5 and F8. RGB value is (148,245,248). Sum of RGB (Red+Green+Blue) = 148+245+248=641 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.09% from 641); Green value is 245 (96.09% from 255 or 38.22% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #94F5F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F5F8 is #6B0A07. Grayscale: #D8D8D8. Windows color (decimal): -7014920 or 16315796. OLE color: 16315796.

HSL color Cylindrical-coordinate representation of color #94F5F8: hue angle of 181.8º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F5F8 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB148245248-
CMYK0.400.0100.03
HSL181.8º87.72%77.65%-
HSV(B)181.8º40.32%97.25%-
XYZ61.8178.38100.68-
YUV216.34145.8679.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.09%
GREEN value IS 245 (96.09% from 255) = 38.22%
BLUE value IS 248 (97.27% from 255) = 38.69%
R=23.09%
G=38.22%
B=38.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482452480.400.0100.03181.887.7277.65
Hex94F5F828103b6584e
Octal22436537050103266130116
Binary10010100111101011111100010100010111011011010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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