#8EFDEC

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

Shades of Electric Blue #8EFDEC

Tints of Electric Blue #8EFDEC

Color information

#8EFDEC (or 0x8EFDEC) is unknown color: approx Electric Blue. HEX triplet: 8E, FD and EC. RGB value is (142,253,236). Sum of RGB (Red+Green+Blue) = 142+253+236=631 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.50% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFDEC is #710213. Grayscale: #D9D9D9. Windows color (decimal): -7406100 or 15531406. OLE color: 15531406.

HSL color Cylindrical-coordinate representation of color #8EFDEC: hue angle of 170.81º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFDEC is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB142253236-
CMYK0.4400.070.01
HSL170.81º96.52%77.45%-
HSV(B)170.81º43.87%99.22%-
XYZ61.4282.0691.96-
YUV217.87138.2373.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.50%
GREEN value IS 253 (99.22% from 255) = 40.10%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=22.50%
G=40.10%
B=37.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422532360.4400.070.01170.8196.5277.45
Hex8EFDEC2C071ab614d
Octal21637535454071253141115
Binary100011101111110111101100101100011111010101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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