#8EF7FC

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

Shades of Electric Blue #8EF7FC

Tints of Electric Blue #8EF7FC

Color information

#8EF7FC (or 0x8EF7FC) is unknown color: approx Electric Blue. HEX triplet: 8E, F7 and FC. RGB value is (142,247,252). Sum of RGB (Red+Green+Blue) = 142+247+252=641 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.15% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #8EF7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF7FC is #710803. Grayscale: #D8D8D8. Windows color (decimal): -7407620 or 16578446. OLE color: 16578446.

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

Color convert

RGB142247252-
CMYK0.440.0200.01
HSL182.73º94.83%77.25%-
HSV(B)182.73º43.65%98.82%-
XYZ61.9979.3104.13-
YUV216.18148.2175.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.15%
GREEN value IS 247 (96.88% from 255) = 38.53%
BLUE value IS 252 (98.83% from 255) = 39.31%
R=22.15%
G=38.53%
B=39.31%

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
Decimal1422472520.440.0200.01182.7394.8377.25
Hex8EF7FC2C201b75f4d
Octal21636737454201267137115
Binary10001110111101111111110010110010011011011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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