#8DFCF6

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

Shades of Electric Blue #8DFCF6

Tints of Electric Blue #8DFCF6

Color information

#8DFCF6 (or 0x8DFCF6) is unknown color: approx Electric Blue. HEX triplet: 8D, FC and F6. RGB value is (141,252,246). Sum of RGB (Red+Green+Blue) = 141+252+246=639 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.07% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #8DFCF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFCF6 is #720309. Grayscale: #DADADA. Windows color (decimal): -7471882 or 16186509. OLE color: 16186509.

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

Color convert

RGB141252246-
CMYK0.4400.020.01
HSL176.76º94.87%77.06%-
HSV(B)176.76º44.05%98.82%-
XYZ62.4381.9499.71-
YUV218.13143.7372.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.07%
GREEN value IS 252 (98.83% from 255) = 39.44%
BLUE value IS 246 (96.48% from 255) = 38.50%
R=22.07%
G=39.44%
B=38.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412522460.4400.020.01176.7694.8777.06
Hex8DFCF62C021b15f4d
Octal21537436654021261137115
Binary10001101111111001111011010110001011011000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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