#8DF8FA

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

Shades of Electric Blue #8DF8FA

Tints of Electric Blue #8DF8FA

Color information

#8DF8FA (or 0x8DF8FA) is unknown color: approx Electric Blue. HEX triplet: 8D, F8 and FA. RGB value is (141,248,250). Sum of RGB (Red+Green+Blue) = 141+248+250=639 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.07% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DF8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF8FA is #720705. Grayscale: #D8D8D8. Windows color (decimal): -7472902 or 16447629. OLE color: 16447629.

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

Color convert

RGB141248250-
CMYK0.440.0100.02
HSL181.1º91.6%76.67%-
HSV(B)181.1º43.6%98.04%-
XYZ61.8179.7102.57-
YUV216.24147.0574.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.07%
GREEN value IS 248 (97.27% from 255) = 38.81%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=22.07%
G=38.81%
B=39.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412482500.440.0100.02181.191.676.67
Hex8DF8FA2C102b55c4d
Octal21537037254102265134115
Binary10001101111110001111101010110010101011010110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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