#8EFAED

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

Shades of Electric Blue #8EFAED

Tints of Electric Blue #8EFAED

Color information

#8EFAED (or 0x8EFAED) is unknown color: approx Electric Blue. HEX triplet: 8E, FA and ED. RGB value is (142,250,237). Sum of RGB (Red+Green+Blue) = 142+250+237=629 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.58% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFAED is #710512. Grayscale: #D8D8D8. Windows color (decimal): -7406867 or 15596174. OLE color: 15596174.

HSL color Cylindrical-coordinate representation of color #8EFAED: hue angle of 172.78º 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 #8EFAED is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB142250237-
CMYK0.4300.050.02
HSL172.78º91.53%76.86%-
HSV(B)172.78º43.2%98.04%-
XYZ60.6380.2492.41-
YUV216.23139.7275.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.58%
GREEN value IS 250 (98.05% from 255) = 39.75%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=22.58%
G=39.75%
B=37.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422502370.4300.050.02172.7891.5376.86
Hex8EFAED2B052ad5c4d
Octal21637235553052255134115
Binary1000111011111010111011011010110101101010110110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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