#8EF8FA

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

Shades of Electric Blue #8EF8FA

Tints of Electric Blue #8EF8FA

Color information

#8EF8FA (or 0x8EF8FA) is unknown color: approx Electric Blue. HEX triplet: 8E, F8 and FA. RGB value is (142,248,250). Sum of RGB (Red+Green+Blue) = 142+248+250=640 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.19% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EF8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF8FA is #710705. Grayscale: #D8D8D8. Windows color (decimal): -7407366 or 16447630. OLE color: 16447630.

HSL color Cylindrical-coordinate representation of color #8EF8FA: hue angle of 181.11º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EF8FA is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142248250-
CMYK0.430.0100.02
HSL181.11º91.53%76.86%-
HSV(B)181.11º43.2%98.04%-
XYZ61.9879.79102.58-
YUV216.53146.8874.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.19%
GREEN value IS 248 (97.27% from 255) = 38.75%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=22.19%
G=38.75%
B=39.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422482500.430.0100.02181.1191.5376.86
Hex8EF8FA2B102b55c4d
Octal21637037253102265134115
Binary10001110111110001111101010101110101011010110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EF8FA; }

 p { color: rgb(142,248,250); }

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

<style>
 a { background-color: #8EF8FA; }

 a { background-color: rgb(142,248,250); }

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

<style>
 span { border-color: #8EF8FA; }

 span { border-color: rgb(142,248,250); }

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