#94F0FF

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

Shades of Electric Blue #94F0FF

Tints of Electric Blue #94F0FF

Color information

#94F0FF (or 0x94F0FF) is unknown color: approx Electric Blue. HEX triplet: 94, F0 and FF. RGB value is (148,240,255). Sum of RGB (Red+Green+Blue) = 148+240+255=643 (85% of max value = 765). Red value is 148 (58.20% from 255 or 23.02% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #94F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F0FF is #6B0F00. Grayscale: #D6D6D6. Windows color (decimal): -7016193 or 16773268. OLE color: 16773268.

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

Color convert

RGB148240255-
CMYK0.420.0600
HSL188.41º100%79.02%-
HSV(B)188.41º41.96%100%-
XYZ61.4275.84106.01-
YUV214.2151.0280.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.02%
GREEN value IS 240 (94.14% from 255) = 37.33%
BLUE value IS 255 (100% from 255) = 39.66%
R=23.02%
G=37.33%
B=39.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1482402550.420.0600188.4110079.02
Hex94F0FF2A600bc644f
Octal22436037752600274144117
Binary100101001111000011111111101010110001011110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,240,255); }

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

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

 a { background-color: rgb(148,240,255); }

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

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

 span { border-color: rgb(148,240,255); }

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