Html Css Color HEX #94FFED Electric Blue

📋 copy color: '#94FFED'

red 148 ◦ green 255 ◦ blue 237

#94FFED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #94FFED

Tints of Electric Blue #94FFED

RGB

 RED value IS 148 (58.2% from 255) = 23.13%

 GREEN value IS 255 (100% from 255) = 39.84%

 BLUE value IS 237 (92.97% from 255) = 37.03%

R = 23.13%
G = 39.84%
B = 37.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#94FFED (or 0x94FFED) is known color: Electric Blue. HEX triplet: 94, FF and ED. RGB value is (148,255,237). Sum of RGB (Red+Green+Blue) = 148+255+237=640 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.12% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FFED is #6B0012. Grayscale: #DCDCDC. Windows color (decimal): -7012371 or 15597460. OLE color: 15597460.

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

Color convert

RGB 148 255 237 -
CMYK 0.42 0 0.07 0
HSL 169.91º 1% 0.79% -
HSV(B) 169.91º 0.42% 1% -
XYZ 63.26 83.93 92.99 -
YUV 220.96 137.05 75.96 -
System Red Green Blue C M Y K H S L
Decimal 148 255 237 0.42 0 0.07 0 169.91 1 0.79
Hex 94 FF ED 2A 0 7 0 AA 64 4F
Octal 224 377 355 52 0 7 0 252 144 117
Binary 10010100 11111111 11101101 101010 0 111 0 10101010 1100100 1001111

Color Harmonies of #94FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FFED

Black with #94FFED

Text Example


Text Example

White with #94FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94FFED;
 }
 .AnyTagClassName
 {
   color: #94FFED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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