#94FCF5

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

Shades of Electric Blue #94FCF5

Tints of Electric Blue #94FCF5

Color information

#94FCF5 (or 0x94FCF5) is unknown color: approx Electric Blue. HEX triplet: 94, FC and F5. RGB value is (148,252,245). Sum of RGB (Red+Green+Blue) = 148+252+245=645 (85% of max value = 765). Red value is 148 (58.20% from 255 or 22.95% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 245 (96.09% from 255 or 37.98% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FCF5 is #6B030A. Grayscale: #DCDCDC. Windows color (decimal): -7013131 or 16120980. OLE color: 16120980.

HSL color Cylindrical-coordinate representation of color #94FCF5: hue angle of 175.96º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FCF5 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB148252245-
CMYK0.4100.030.01
HSL175.96º94.55%78.43%-
HSV(B)175.96º41.27%98.82%-
XYZ63.582.5198.97-
YUV220.11142.0476.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 22.95%
GREEN value IS 252 (98.83% from 255) = 39.07%
BLUE value IS 245 (96.09% from 255) = 37.98%
R=22.95%
G=39.07%
B=37.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482522450.4100.030.01175.9694.5578.43
Hex94FCF529031b05f4e
Octal22437436551031260137116
Binary10010100111111001111010110100101111011000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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