#8DF1ED

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

Shades of Electric Blue #8DF1ED

Tints of Electric Blue #8DF1ED

Color information

#8DF1ED (or 0x8DF1ED) is unknown color: approx Electric Blue. HEX triplet: 8D, F1 and ED. RGB value is (141,241,237). Sum of RGB (Red+Green+Blue) = 141+241+237=619 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.78% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF1ED is #720E12. Grayscale: #D2D2D2. Windows color (decimal): -7474707 or 15593869. OLE color: 15593869.

HSL color Cylindrical-coordinate representation of color #8DF1ED: hue angle of 177.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DF1ED is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB141241237-
CMYK0.4100.020.05
HSL177.6º78.12%74.9%-
HSV(B)177.6º41.49%94.51%-
XYZ57.7374.6991.49-
YUV210.64142.8778.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.78%
GREEN value IS 241 (94.53% from 255) = 38.93%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=22.78%
G=38.93%
B=38.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412412370.4100.020.05177.678.1274.9
Hex8DF1ED29025b24e4b
Octal21536135551025262116113
Binary1000110111110001111011011010010101011011001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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