#8DFCFA

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

Shades of Electric Blue #8DFCFA

Tints of Electric Blue #8DFCFA

Color information

#8DFCFA (or 0x8DFCFA) is unknown color: approx Electric Blue. HEX triplet: 8D, FC and FA. RGB value is (141,252,250). Sum of RGB (Red+Green+Blue) = 141+252+250=643 (85% of max value = 765). Red value is 141 (55.47% from 255 or 21.93% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #8DFCFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFCFA is #720305. Grayscale: #DADADA. Windows color (decimal): -7471878 or 16448653. OLE color: 16448653.

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

Color convert

RGB141252250-
CMYK0.4400.010.01
HSL178.92º94.87%77.06%-
HSV(B)178.92º44.05%98.82%-
XYZ63.0582.19102.98-
YUV218.58145.7372.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 21.93%
GREEN value IS 252 (98.83% from 255) = 39.19%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=21.93%
G=39.19%
B=38.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412522500.4400.010.01178.9294.8777.06
Hex8DFCFA2C011b35f4d
Octal21537437254011263137115
Binary1000110111111100111110101011000111011001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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