#8DF6FC

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

Shades of Electric Blue #8DF6FC

Tints of Electric Blue #8DF6FC

Color information

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

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

Color convert

RGB141246252-
CMYK0.440.0200.01
HSL183.24º94.87%77.06%-
HSV(B)183.24º44.05%98.82%-
XYZ61.5178.6104.03-
YUV215.29148.7175.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412462520.440.0200.01183.2494.8777.06
Hex8DF6FC2C201b75f4d
Octal21536637454201267137115
Binary10001101111101101111110010110010011011011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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