#8DF1EF

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

Shades of Electric Blue #8DF1EF

Tints of Electric Blue #8DF1EF

Color information

#8DF1EF (or 0x8DF1EF) is unknown color: approx Electric Blue. HEX triplet: 8D, F1 and EF. RGB value is (141,241,239). Sum of RGB (Red+Green+Blue) = 141+241+239=621 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.71% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF1EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF1EF is #720E10. Grayscale: #D2D2D2. Windows color (decimal): -7474705 or 15724941. OLE color: 15724941.

HSL color Cylindrical-coordinate representation of color #8DF1EF: hue angle of 178.8º 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 #8DF1EF is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB141241239-
CMYK0.4100.010.05
HSL178.8º78.12%74.9%-
HSV(B)178.8º41.49%94.51%-
XYZ58.0274.8193.04-
YUV210.87143.8778.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.71%
GREEN value IS 241 (94.53% from 255) = 38.81%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=22.71%
G=38.81%
B=38.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412412390.4100.010.05178.878.1274.9
Hex8DF1EF29015b34e4b
Octal21536135751015263116113
Binary100011011111000111101111101001011011011001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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