#8ef7ec

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

Shades of Electric Blue #8EF7EC

Tints of Electric Blue #8EF7EC

Color information

#8EF7EC (or 0x8EF7EC) is unknown color: approx Electric Blue. HEX triplet: 8E, F7 and EC. RGB value is (142,247,236). Sum of RGB (Red+Green+Blue) = 142+247+236=625 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.72% from 625); Green value is 247 (96.88% from 255 or 39.52% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 247 - color contains mainly: green. Hex color #8EF7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF7EC is #710813. Grayscale: #D6D6D6. Windows color (decimal): -7407636 or 15529870. OLE color: 15529870.

HSL color Cylindrical-coordinate representation of color #8EF7EC: hue angle of 173.71º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EF7EC is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB142247236-
CMYK0.4300.040.03
HSL173.71º86.78%76.27%-
HSV(B)173.71º42.51%96.86%-
XYZ59.5678.3391.34-
YUV214.35140.2176.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.72%
GREEN value IS 247 (96.88% from 255) = 39.52%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=22.72%
G=39.52%
B=37.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1422472360.4300.040.03173.7186.7876.27
Hex8EF7EC2B043ae574c
Octal21636735453043256127114
Binary1000111011110111111011001010110100111010111010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ef7ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,247,236); }

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

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

 a { background-color: rgb(142,247,236); }

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

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

 span { border-color: rgb(142,247,236); }

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