#94FFF0

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

Shades of Electric Blue #94FFF0

Tints of Electric Blue #94FFF0

Color information

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

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

Color convert

RGB148255240-
CMYK0.4200.060
HSL171.59º100%79.02%-
HSV(B)171.59º41.96%100%-
XYZ63.784.1195.31-
YUV221.3138.5575.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1482552400.4200.060171.5910079.02
Hex94FFF02A060ac644f
Octal22437736052060254144117
Binary100101001111111111110000101010011001010110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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