#8DF6FA

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

Shades of Electric Blue #8DF6FA

Tints of Electric Blue #8DF6FA

Color information

#8DF6FA (or 0x8DF6FA) is unknown color: approx Electric Blue. HEX triplet: 8D, F6 and FA. RGB value is (141,246,250). Sum of RGB (Red+Green+Blue) = 141+246+250=637 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.14% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DF6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF6FA is #720905. Grayscale: #D6D6D6. Windows color (decimal): -7473414 or 16447117. OLE color: 16447117.

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

Color convert

RGB141246250-
CMYK0.440.0200.02
HSL182.2º91.6%76.67%-
HSV(B)182.2º43.6%98.04%-
XYZ61.278.48102.36-
YUV215.06147.7175.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.14%
GREEN value IS 246 (96.48% from 255) = 38.62%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=22.14%
G=38.62%
B=39.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412462500.440.0200.02182.291.676.67
Hex8DF6FA2C202b65c4d
Octal21536637254202266134115
Binary100011011111011011111010101100100101011011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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