#8BEAFA

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

Shades of Electric Blue #8BEAFA

Tints of Electric Blue #8BEAFA

Color information

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

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

Color convert

RGB139234250-
CMYK0.440.0600.02
HSL188.65º91.74%76.27%-
HSV(B)188.65º44.4%98.04%-
XYZ57.3371.24101.17-
YUV207.42152.0379.2-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392342500.440.0600.02188.6591.7476.27
Hex8BEAFA2C602bd5c4c
Octal21335237254602275134114
Binary1000101111101010111110101011001100101011110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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