#8DFEF3

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

Shades of Electric Blue #8DFEF3

Tints of Electric Blue #8DFEF3

Color information

#8DFEF3 (or 0x8DFEF3) is unknown color: approx Electric Blue. HEX triplet: 8D, FE and F3. RGB value is (141,254,243). Sum of RGB (Red+Green+Blue) = 141+254+243=638 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.10% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFEF3 is #72010C. Grayscale: #DADADA. Windows color (decimal): -7471373 or 15990413. OLE color: 15990413.

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

Color convert

RGB141254243-
CMYK0.4400.040.00
HSL174.16º98.26%77.45%-
HSV(B)174.16º44.49%99.61%-
XYZ62.683.0297.52-
YUV218.96141.5672.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.10%
GREEN value IS 254 (99.61% from 255) = 39.81%
BLUE value IS 243 (95.31% from 255) = 38.09%
R=22.10%
G=39.81%
B=38.09%

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
Decimal1412542430.4400.040.00174.1698.2677.45
Hex8DFEF32C040ae624d
Octal21537636354040256142115
Binary100011011111111011110011101100010001010111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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