#8BEEFB

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

Shades of Electric Blue #8BEEFB

Tints of Electric Blue #8BEEFB

Color information

#8BEEFB (or 0x8BEEFB) is unknown color: approx Electric Blue. HEX triplet: 8B, EE and FB. RGB value is (139,238,251). Sum of RGB (Red+Green+Blue) = 139+238+251=628 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.13% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BEEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEEFB is #741104. Grayscale: #D1D1D1. Windows color (decimal): -7606533 or 16510603. OLE color: 16510603.

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

Color convert

RGB139238251-
CMYK0.450.0500.02
HSL186.96º93.33%76.47%-
HSV(B)186.96º44.62%98.43%-
XYZ58.6373.6102.38-
YUV209.88151.277.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.13%
GREEN value IS 238 (93.36% from 255) = 37.90%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=22.13%
G=37.90%
B=39.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392382510.450.0500.02186.9693.3376.47
Hex8BEEFB2D502bb5d4c
Octal21335637355502273135114
Binary1000101111101110111110111011011010101011101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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