#8DFEF4

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

Shades of Electric Blue #8DFEF4

Tints of Electric Blue #8DFEF4

Color information

#8DFEF4 (or 0x8DFEF4) is unknown color: approx Electric Blue. HEX triplet: 8D, FE and F4. RGB value is (141,254,244). Sum of RGB (Red+Green+Blue) = 141+254+244=639 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.07% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFEF4 is #72010B. Grayscale: #DADADA. Windows color (decimal): -7471372 or 16055949. OLE color: 16055949.

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

Color convert

RGB141254244-
CMYK0.4400.040.00
HSL174.69º98.26%77.45%-
HSV(B)174.69º44.49%99.61%-
XYZ62.7683.0898.32-
YUV219.07142.0672.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.07%
GREEN value IS 254 (99.61% from 255) = 39.75%
BLUE value IS 244 (95.70% from 255) = 38.18%
R=22.07%
G=39.75%
B=38.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412542440.4400.040.00174.6998.2677.45
Hex8DFEF42C040af624d
Octal21537636454040257142115
Binary100011011111111011110100101100010001010111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,254,244); }

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

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

 a { background-color: rgb(141,254,244); }

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

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

 span { border-color: rgb(141,254,244); }

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