#8FFEF9

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

Shades of Electric Blue #8FFEF9

Tints of Electric Blue #8FFEF9

Color information

#8FFEF9 (or 0x8FFEF9) is unknown color: approx Electric Blue. HEX triplet: 8F, FE and F9. RGB value is (143,254,249). Sum of RGB (Red+Green+Blue) = 143+254+249=646 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.14% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFEF9 is #700106. Grayscale: #DCDCDC. Windows color (decimal): -7340295 or 16383631. OLE color: 16383631.

HSL color Cylindrical-coordinate representation of color #8FFEF9: hue angle of 177.3º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFEF9 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB143254249-
CMYK0.4400.020.00
HSL177.3º98.23%77.84%-
HSV(B)177.3º43.7%99.61%-
XYZ63.8783.56102.39-
YUV220.24144.2372.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.14%
GREEN value IS 254 (99.61% from 255) = 39.32%
BLUE value IS 249 (97.66% from 255) = 38.54%
R=22.14%
G=39.32%
B=38.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1432542490.4400.020.00177.398.2377.84
Hex8FFEF92C020b1624e
Octal21737637154020261142116
Binary10001111111111101111100110110001001011000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,254,249); }

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

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

 a { background-color: rgb(143,254,249); }

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

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

 span { border-color: rgb(143,254,249); }

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