#8DFCF5

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

Shades of Electric Blue #8DFCF5

Tints of Electric Blue #8DFCF5

Color information

#8DFCF5 (or 0x8DFCF5) is unknown color: approx Electric Blue. HEX triplet: 8D, FC and F5. RGB value is (141,252,245). Sum of RGB (Red+Green+Blue) = 141+252+245=638 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.10% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #8DFCF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFCF5 is #72030A. Grayscale: #D9D9D9. Windows color (decimal): -7471883 or 16120973. OLE color: 16120973.

HSL color Cylindrical-coordinate representation of color #8DFCF5: hue angle of 176.22º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFCF5 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB141252245-
CMYK0.4400.030.01
HSL176.22º94.87%77.06%-
HSV(B)176.22º44.05%98.82%-
XYZ62.2881.8898.91-
YUV218.01143.2373.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.10%
GREEN value IS 252 (98.83% from 255) = 39.50%
BLUE value IS 245 (96.09% from 255) = 38.40%
R=22.10%
G=39.50%
B=38.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412522450.4400.030.01176.2294.8777.06
Hex8DFCF52C031b05f4d
Octal21537436554031260137115
Binary10001101111111001111010110110001111011000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,252,245); }

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

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

 a { background-color: rgb(141,252,245); }

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

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

 span { border-color: rgb(141,252,245); }

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