#8FFFED

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

Shades of Electric Blue #8FFFED

Tints of Electric Blue #8FFFED

Color information

#8FFFED (or 0x8FFFED) is unknown color: approx Electric Blue. HEX triplet: 8F, FF and ED. RGB value is (143,255,237). Sum of RGB (Red+Green+Blue) = 143+255+237=635 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.52% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFFED is #700012. Grayscale: #DBDBDB. Windows color (decimal): -7340051 or 15597455. OLE color: 15597455.

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

Color convert

RGB143255237-
CMYK0.4400.070
HSL170.36º100%78.04%-
HSV(B)170.36º43.92%100%-
XYZ62.3783.4792.95-
YUV219.46137.8973.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.52%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=22.52%
G=40.16%
B=37.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1432552370.4400.070170.3610078.04
Hex8FFFED2C070aa644e
Octal21737735554070252144116
Binary100011111111111111101101101100011101010101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,255,237); }

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

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

 a { background-color: rgb(143,255,237); }

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

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

 span { border-color: rgb(143,255,237); }

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