#8DFFED

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

Shades of Electric Blue #8DFFED

Tints of Electric Blue #8DFFED

Color information

#8DFFED (or 0x8DFFED) is unknown color: approx Electric Blue. HEX triplet: 8D, FF and ED. RGB value is (141,255,237). Sum of RGB (Red+Green+Blue) = 141+255+237=633 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.27% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFFED is #720012. Grayscale: #DADADA. Windows color (decimal): -7471123 or 15597453. OLE color: 15597453.

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

Color convert

RGB141255237-
CMYK0.4500.070
HSL170.53º100%77.65%-
HSV(B)170.53º44.71%100%-
XYZ62.0383.392.93-
YUV218.86138.2372.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.27%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=22.27%
G=40.28%
B=37.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412552370.4500.070170.5310077.65
Hex8DFFED2D070ab644e
Octal21537735555070253144116
Binary100011011111111111101101101101011101010101111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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