#8CF2FA

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

Shades of Electric Blue #8CF2FA

Tints of Electric Blue #8CF2FA

Color information

#8CF2FA (or 0x8CF2FA) is unknown color: approx Electric Blue. HEX triplet: 8C, F2 and FA. RGB value is (140,242,250). Sum of RGB (Red+Green+Blue) = 140+242+250=632 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.15% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CF2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF2FA is #730D05. Grayscale: #D4D4D4. Windows color (decimal): -7539974 or 16446092. OLE color: 16446092.

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

Color convert

RGB140242250-
CMYK0.440.0300.02
HSL184.36º91.67%76.47%-
HSV(B)184.36º44%98.04%-
XYZ59.8275.98101.96-
YUV212.41149.2176.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.15%
GREEN value IS 242 (94.92% from 255) = 38.29%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=22.15%
G=38.29%
B=39.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402422500.440.0300.02184.3691.6776.47
Hex8CF2FA2C302b85c4c
Octal21436237254302270134114
Binary100011001111001011111010101100110101011100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,242,250); }

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

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

 a { background-color: rgb(140,242,250); }

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

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

 span { border-color: rgb(140,242,250); }

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