#8DF6EA

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

Shades of Electric Blue #8DF6EA

Tints of Electric Blue #8DF6EA

Color information

#8DF6EA (or 0x8DF6EA) is unknown color: approx Electric Blue. HEX triplet: 8D, F6 and EA. RGB value is (141,246,234). Sum of RGB (Red+Green+Blue) = 141+246+234=621 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.71% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #8DF6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF6EA is #720915. Grayscale: #D5D5D5. Windows color (decimal): -7473430 or 15398541. OLE color: 15398541.

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

Color convert

RGB141246234-
CMYK0.4300.050.04
HSL173.14º85.37%75.88%-
HSV(B)173.14º42.68%96.47%-
XYZ58.7977.5189.71-
YUV213.24139.7176.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.71%
GREEN value IS 246 (96.48% from 255) = 39.61%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=22.71%
G=39.61%
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.04
SystemRedGreenBlueCMYKHSL
Decimal1412462340.4300.050.04173.1485.3775.88
Hex8DF6EA2B054ad554c
Octal21536635253054255125114
Binary10001101111101101110101010101101011001010110110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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