#8FF8EA

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

Shades of Electric Blue #8FF8EA

Tints of Electric Blue #8FF8EA

Color information

#8FF8EA (or 0x8FF8EA) is unknown color: approx Electric Blue. HEX triplet: 8F, F8 and EA. RGB value is (143,248,234). Sum of RGB (Red+Green+Blue) = 143+248+234=625 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.88% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 248 - color contains mainly: green. Hex color #8FF8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF8EA is #700715. Grayscale: #D6D6D6. Windows color (decimal): -7341846 or 15399055. OLE color: 15399055.

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

Color convert

RGB143248234-
CMYK0.4200.060.03
HSL172º88.24%76.67%-
HSV(B)172º42.34%97.25%-
XYZ59.7578.9189.93-
YUV215.01138.7176.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.88%
GREEN value IS 248 (97.27% from 255) = 39.68%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=22.88%
G=39.68%
B=37.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1432482340.4200.060.0317288.2476.67
Hex8FF8EA2A063ac584d
Octal21737035252063254130115
Binary1000111111111000111010101010100110111010110010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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