#94F4FD

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

Shades of Electric Blue #94F4FD

Tints of Electric Blue #94F4FD

Color information

#94F4FD (or 0x94F4FD) is unknown color: approx Electric Blue. HEX triplet: 94, F4 and FD. RGB value is (148,244,253). Sum of RGB (Red+Green+Blue) = 148+244+253=645 (85% of max value = 765). Red value is 148 (58.20% from 255 or 22.95% from 645); Green value is 244 (95.70% from 255 or 37.83% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #94F4FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F4FD is #6B0B02. Grayscale: #D8D8D8. Windows color (decimal): -7015171 or 16643220. OLE color: 16643220.

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

Color convert

RGB148244253-
CMYK0.420.0400.01
HSL185.14º96.33%78.63%-
HSV(B)185.14º41.5%99.22%-
XYZ62.2978.09104.72-
YUV216.32148.779.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 22.95%
GREEN value IS 244 (95.70% from 255) = 37.83%
BLUE value IS 253 (99.22% from 255) = 39.22%
R=22.95%
G=37.83%
B=39.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482442530.420.0400.01185.1496.3378.63
Hex94F4FD2A401b9604f
Octal22436437552401271140117
Binary100101001111010011111101101010100011011100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,244,253); }

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

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

 a { background-color: rgb(148,244,253); }

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

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

 span { border-color: rgb(148,244,253); }

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