#8BF2FA

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

Shades of Electric Blue #8BF2FA

Tints of Electric Blue #8BF2FA

Color information

#8BF2FA (or 0x8BF2FA) is unknown color: approx Electric Blue. HEX triplet: 8B, F2 and FA. RGB value is (139,242,250). Sum of RGB (Red+Green+Blue) = 139+242+250=631 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.03% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BF2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF2FA is #740D05. Grayscale: #D3D3D3. Windows color (decimal): -7605510 or 16446091. OLE color: 16446091.

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

Color convert

RGB139242250-
CMYK0.440.0300.02
HSL184.32º91.74%76.27%-
HSV(B)184.32º44.4%98.04%-
XYZ59.6575.9101.95-
YUV212.12149.3875.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.03%
GREEN value IS 242 (94.92% from 255) = 38.35%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=22.03%
G=38.35%
B=39.62%

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
Decimal1392422500.440.0300.02184.3291.7476.27
Hex8BF2FA2C302b85c4c
Octal21336237254302270134114
Binary100010111111001011111010101100110101011100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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