#94F7FD

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

Shades of Electric Blue #94F7FD

Tints of Electric Blue #94F7FD

Color information

#94F7FD (or 0x94F7FD) is unknown color: approx Electric Blue. HEX triplet: 94, F7 and FD. RGB value is (148,247,253). Sum of RGB (Red+Green+Blue) = 148+247+253=648 (85% of max value = 765). Red value is 148 (58.20% from 255 or 22.84% from 648); Green value is 247 (96.88% from 255 or 38.12% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #94F7FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F7FD is #6B0802. Grayscale: #D9D9D9. Windows color (decimal): -7014403 or 16643988. OLE color: 16643988.

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

Color convert

RGB148247253-
CMYK0.420.0200.01
HSL183.43º96.33%78.63%-
HSV(B)183.43º41.5%99.22%-
XYZ63.279.91105.02-
YUV218.08147.778.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 22.84%
GREEN value IS 247 (96.88% from 255) = 38.12%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=22.84%
G=38.12%
B=39.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482472530.420.0200.01183.4396.3378.63
Hex94F7FD2A201b7604f
Octal22436737552201267140117
Binary10010100111101111111110110101010011011011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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