#94F6FB

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

Shades of Electric Blue #94F6FB

Tints of Electric Blue #94F6FB

Color information

#94F6FB (or 0x94F6FB) is unknown color: approx Electric Blue. HEX triplet: 94, F6 and FB. RGB value is (148,246,251). Sum of RGB (Red+Green+Blue) = 148+246+251=645 (85% of max value = 765). Red value is 148 (58.20% from 255 or 22.95% from 645); Green value is 246 (96.48% from 255 or 38.14% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #94F6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F6FB is #6B0904. Grayscale: #D9D9D9. Windows color (decimal): -7014661 or 16512660. OLE color: 16512660.

HSL color Cylindrical-coordinate representation of color #94F6FB: hue angle of 182.91º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94F6FB is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148246251-
CMYK0.410.0200.02
HSL182.91º92.79%78.24%-
HSV(B)182.91º41.04%98.43%-
XYZ62.5879.17103.25-
YUV217.27147.0378.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 22.95%
GREEN value IS 246 (96.48% from 255) = 38.14%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=22.95%
G=38.14%
B=38.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482462510.410.0200.02182.9192.7978.24
Hex94F6FB29202b75d4e
Octal22436637351202267135116
Binary100101001111011011111011101001100101011011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,246,251); }

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

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

 a { background-color: rgb(148,246,251); }

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

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

 span { border-color: rgb(148,246,251); }

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