#8EF2EA

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

Shades of Electric Blue #8EF2EA

Tints of Electric Blue #8EF2EA

Color information

#8EF2EA (or 0x8EF2EA) is unknown color: approx Electric Blue. HEX triplet: 8E, F2 and EA. RGB value is (142,242,234). Sum of RGB (Red+Green+Blue) = 142+242+234=618 (81% of max value = 765). Red value is 142 (55.86% from 255 or 22.98% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF2EA is #710D15. Grayscale: #D3D3D3. Windows color (decimal): -7408918 or 15397518. OLE color: 15397518.

HSL color Cylindrical-coordinate representation of color #8EF2EA: hue angle of 175.2º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EF2EA is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB142242234-
CMYK0.4100.030.05
HSL175.2º79.37%75.29%-
HSV(B)175.2º41.32%94.9%-
XYZ57.7675.289.31-
YUV211.19140.8778.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.98%
GREEN value IS 242 (94.92% from 255) = 39.16%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=22.98%
G=39.16%
B=37.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422422340.4100.030.05175.279.3775.29
Hex8EF2EA29035af4f4b
Octal21636235251035257117113
Binary1000111011110010111010101010010111011010111110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,242,234); }

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

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

 a { background-color: rgb(142,242,234); }

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

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

 span { border-color: rgb(142,242,234); }

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