#8BFAEA

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

Shades of Electric Blue #8BFAEA

Tints of Electric Blue #8BFAEA

Color information

#8BFAEA (or 0x8BFAEA) is unknown color: approx Electric Blue. HEX triplet: 8B, FA and EA. RGB value is (139,250,234). Sum of RGB (Red+Green+Blue) = 139+250+234=623 (82% of max value = 765). Red value is 139 (54.69% from 255 or 22.31% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFAEA is #740515. Grayscale: #D6D6D6. Windows color (decimal): -7603478 or 15399563. OLE color: 15399563.

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

Color convert

RGB139250234-
CMYK0.4400.060.02
HSL171.35º91.74%76.27%-
HSV(B)171.35º44.4%98.04%-
XYZ59.6879.890.1-
YUV214.99138.7373.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.31%
GREEN value IS 250 (98.05% from 255) = 40.13%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=22.31%
G=40.13%
B=37.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392502340.4400.060.02171.3591.7476.27
Hex8BFAEA2C062ab5c4c
Octal21337235254062253134114
Binary1000101111111010111010101011000110101010101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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