#94F5FD

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

Shades of Electric Blue #94F5FD

Tints of Electric Blue #94F5FD

Color information

#94F5FD (or 0x94F5FD) is unknown color: approx Electric Blue. HEX triplet: 94, F5 and FD. RGB value is (148,245,253). Sum of RGB (Red+Green+Blue) = 148+245+253=646 (85% of max value = 765). Red value is 148 (58.20% from 255 or 22.91% from 646); Green value is 245 (96.09% from 255 or 37.93% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #94F5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F5FD is #6B0A02. Grayscale: #D8D8D8. Windows color (decimal): -7014915 or 16643476. OLE color: 16643476.

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

Color convert

RGB148245253-
CMYK0.420.0300.01
HSL184.57º96.33%78.63%-
HSV(B)184.57º41.5%99.22%-
XYZ62.5978.69104.82-
YUV216.91148.3678.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 22.91%
GREEN value IS 245 (96.09% from 255) = 37.93%
BLUE value IS 253 (99.22% from 255) = 39.16%
R=22.91%
G=37.93%
B=39.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482452530.420.0300.01184.5796.3378.63
Hex94F5FD2A301b9604f
Octal22436537552301271140117
Binary10010100111101011111110110101011011011100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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