#8DF4FE

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

Shades of Electric Blue #8DF4FE

Tints of Electric Blue #8DF4FE

Color information

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

HSL color Cylindrical-coordinate representation of color #8DF4FE: hue angle of 185.31º 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 #8DF4FE is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB141244254-
CMYK0.440.0400.00
HSL185.31º98.26%77.45%-
HSV(B)185.31º44.49%99.61%-
XYZ61.2277.52105.5-
YUV214.34150.3875.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412442540.440.0400.00185.3198.2677.45
Hex8DF4FE2C400b9624d
Octal21536437654400271142115
Binary100011011111010011111110101100100001011100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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