#8FF7EA

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

Shades of Electric Blue #8FF7EA

Tints of Electric Blue #8FF7EA

Color information

#8FF7EA (or 0x8FF7EA) is unknown color: approx Electric Blue. HEX triplet: 8F, F7 and EA. RGB value is (143,247,234). Sum of RGB (Red+Green+Blue) = 143+247+234=624 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.92% from 624); Green value is 247 (96.88% from 255 or 39.58% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 247 - color contains mainly: green. Hex color #8FF7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF7EA is #700815. Grayscale: #D6D6D6. Windows color (decimal): -7342102 or 15398799. OLE color: 15398799.

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

Color convert

RGB143247234-
CMYK0.4200.050.03
HSL172.5º86.67%76.47%-
HSV(B)172.5º42.11%96.86%-
XYZ59.4478.389.82-
YUV214.42139.0477.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.92%
GREEN value IS 247 (96.88% from 255) = 39.58%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=22.92%
G=39.58%
B=37.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1432472340.4200.050.03172.586.6776.47
Hex8FF7EA2A053ac574c
Octal21736735252053254127114
Binary1000111111110111111010101010100101111010110010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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