#8BFFED

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

Shades of Electric Blue #8BFFED

Tints of Electric Blue #8BFFED

Color information

#8BFFED (or 0x8BFFED) is unknown color: approx Electric Blue. HEX triplet: 8B, FF and ED. RGB value is (139,255,237). Sum of RGB (Red+Green+Blue) = 139+255+237=631 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.03% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFFED is #740012. Grayscale: #DADADA. Windows color (decimal): -7602195 or 15597451. OLE color: 15597451.

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

Color convert

RGB139255237-
CMYK0.4500.070
HSL170.69º100%77.25%-
HSV(B)170.69º45.49%100%-
XYZ61.6983.1292.91-
YUV218.26138.5771.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.03%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 237 (92.97% from 255) = 37.56%
R=22.03%
G=40.41%
B=37.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1392552370.4500.070170.6910077.25
Hex8BFFED2D070ab644d
Octal21337735555070253144115
Binary100010111111111111101101101101011101010101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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