#94FAF9

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

Shades of Electric Blue #94FAF9

Tints of Electric Blue #94FAF9

Color information

#94FAF9 (or 0x94FAF9) is unknown color: approx Electric Blue. HEX triplet: 94, FA and F9. RGB value is (148,250,249). Sum of RGB (Red+Green+Blue) = 148+250+249=647 (85% of max value = 765). Red value is 148 (58.20% from 255 or 22.87% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #94FAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FAF9 is #6B0506. Grayscale: #DBDBDB. Windows color (decimal): -7013639 or 16382612. OLE color: 16382612.

HSL color Cylindrical-coordinate representation of color #94FAF9: hue angle of 179.41º degrees, saturation: 0.91, 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 #94FAF9 is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB148250249-
CMYK0.4100.000.02
HSL179.41º91.07%78.04%-
HSV(B)179.41º40.8%98.04%-
XYZ63.581.51102.01-
YUV219.39144.7177.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 22.87%
GREEN value IS 250 (98.05% from 255) = 38.64%
BLUE value IS 249 (97.66% from 255) = 38.49%
R=22.87%
G=38.64%
B=38.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482502490.4100.000.02179.4191.0778.04
Hex94FAF929002b35b4e
Octal22437237151002263133116
Binary10010100111110101111100110100100101011001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,250,249); }

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

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

 a { background-color: rgb(148,250,249); }

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

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

 span { border-color: rgb(148,250,249); }

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