#8DF7FC

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

Shades of Electric Blue #8DF7FC

Tints of Electric Blue #8DF7FC

Color information

#8DF7FC (or 0x8DF7FC) is unknown color: approx Electric Blue. HEX triplet: 8D, F7 and FC. RGB value is (141,247,252). Sum of RGB (Red+Green+Blue) = 141+247+252=640 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.03% from 640); Green value is 247 (96.88% from 255 or 38.59% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DF7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF7FC is #720803. Grayscale: #D7D7D7. Windows color (decimal): -7473156 or 16578445. OLE color: 16578445.

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

Color convert

RGB141247252-
CMYK0.440.0200.01
HSL182.7º94.87%77.06%-
HSV(B)182.7º44.05%98.82%-
XYZ61.8279.21104.13-
YUV215.88148.3874.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.03%
GREEN value IS 247 (96.88% from 255) = 38.59%
BLUE value IS 252 (98.83% from 255) = 39.38%
R=22.03%
G=38.59%
B=39.38%

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
Decimal1412472520.440.0200.01182.794.8777.06
Hex8DF7FC2C201b75f4d
Octal21536737454201267137115
Binary10001101111101111111110010110010011011011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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