#8BEDFB

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

Shades of Electric Blue #8BEDFB

Tints of Electric Blue #8BEDFB

Color information

#8BEDFB (or 0x8BEDFB) is unknown color: approx Electric Blue. HEX triplet: 8B, ED and FB. RGB value is (139,237,251). Sum of RGB (Red+Green+Blue) = 139+237+251=627 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.17% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BEDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEDFB is #741204. Grayscale: #D1D1D1. Windows color (decimal): -7606789 or 16510347. OLE color: 16510347.

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

Color convert

RGB139237251-
CMYK0.450.0600.02
HSL187.5º93.33%76.47%-
HSV(B)187.5º44.62%98.43%-
XYZ58.3473.02102.29-
YUV209.29151.5377.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.17%
GREEN value IS 237 (92.97% from 255) = 37.80%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=22.17%
G=37.80%
B=40.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392372510.450.0600.02187.593.3376.47
Hex8BEDFB2D602bc5d4c
Octal21335537355602274135114
Binary1000101111101101111110111011011100101011110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,237,251); }

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

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

 a { background-color: rgb(139,237,251); }

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

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

 span { border-color: rgb(139,237,251); }

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