#8BEEFA

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

Shades of Electric Blue #8BEEFA

Tints of Electric Blue #8BEEFA

Color information

#8BEEFA (or 0x8BEEFA) is unknown color: approx Electric Blue. HEX triplet: 8B, EE and FA. RGB value is (139,238,250). Sum of RGB (Red+Green+Blue) = 139+238+250=627 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.17% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BEEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEEFA is #741105. Grayscale: #D1D1D1. Windows color (decimal): -7606534 or 16445067. OLE color: 16445067.

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

Color convert

RGB139238250-
CMYK0.440.0500.02
HSL186.49º91.74%76.27%-
HSV(B)186.49º44.4%98.04%-
XYZ58.4873.54101.56-
YUV209.77150.777.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.17%
GREEN value IS 238 (93.36% from 255) = 37.96%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=22.17%
G=37.96%
B=39.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392382500.440.0500.02186.4991.7476.27
Hex8BEEFA2C502ba5c4c
Octal21335637254502272134114
Binary1000101111101110111110101011001010101011101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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