#8DF7ED

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

Shades of Electric Blue #8DF7ED

Tints of Electric Blue #8DF7ED

Color information

#8DF7ED (or 0x8DF7ED) is unknown color: approx Electric Blue. HEX triplet: 8D, F7 and ED. RGB value is (141,247,237). Sum of RGB (Red+Green+Blue) = 141+247+237=625 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.56% from 625); Green value is 247 (96.88% from 255 or 39.52% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 247 - color contains mainly: green. Hex color #8DF7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF7ED is #720812. Grayscale: #D6D6D6. Windows color (decimal): -7473171 or 15595405. OLE color: 15595405.

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

Color convert

RGB141247237-
CMYK0.4300.040.03
HSL174.34º86.89%76.08%-
HSV(B)174.34º42.91%96.86%-
XYZ59.5378.392.1-
YUV214.17140.8875.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.56%
GREEN value IS 247 (96.88% from 255) = 39.52%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=22.56%
G=39.52%
B=37.92%

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
Decimal1412472370.4300.040.03174.3486.8976.08
Hex8DF7ED2B043ae574c
Octal21536735553043256127114
Binary1000110111110111111011011010110100111010111010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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