#8df7ea

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

Shades of Electric Blue #8DF7EA

Tints of Electric Blue #8DF7EA

Color information

#8DF7EA (or 0x8DF7EA) is unknown color: approx Electric Blue. HEX triplet: 8D, F7 and EA. RGB value is (141,247,234). Sum of RGB (Red+Green+Blue) = 141+247+234=622 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.67% from 622); Green value is 247 (96.88% from 255 or 39.71% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 247 - color contains mainly: green. Hex color #8DF7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF7EA is #720815. Grayscale: #D5D5D5. Windows color (decimal): -7473174 or 15398797. OLE color: 15398797.

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

Color convert

RGB141247234-
CMYK0.4300.050.03
HSL172.64º86.89%76.08%-
HSV(B)172.64º42.91%96.86%-
XYZ59.178.1289.81-
YUV213.82139.3876.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.67%
GREEN value IS 247 (96.88% from 255) = 39.71%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=22.67%
G=39.71%
B=37.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1412472340.4300.050.03172.6486.8976.08
Hex8DF7EA2B053ad574c
Octal21536735253053255127114
Binary1000110111110111111010101010110101111010110110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8df7ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,247,234); }

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

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

 a { background-color: rgb(141,247,234); }

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

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

 span { border-color: rgb(141,247,234); }

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