Html Css Color HEX #94FFF0 Electric Blue

📋 copy color: '#94FFF0'

red 148 ◦ green 255 ◦ blue 240

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

Shades of Electric Blue #94FFF0

Tints of Electric Blue #94FFF0

RGB

 RED value IS 148 (58.2% 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 value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#94FFF0 (or 0x94FFF0) is known color: 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

RGB 148 255 240 -
CMYK 0.42 0 0.06 0
HSL 171.59º 1% 0.79% -
HSV(B) 171.59º 0.42% 1% -
XYZ 63.7 84.11 95.31 -
YUV 221.3 138.55 75.72 -
System Red Green Blue C M Y K H S L
Decimal 148 255 240 0.42 0 0.06 0 171.59 1 0.79
Hex 94 FF F0 2A 0 6 0 AC 64 4F
Octal 224 377 360 52 0 6 0 254 144 117
Binary 10010100 11111111 11110000 101010 0 110 0 10101100 1100100 1001111

Color Harmonies of #94FFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FFF0

Black with #94FFF0

Text Example


Text Example

White with #94FFF0

Text Example


Text Example

HTML Codes & Css Web 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>