#8BEBF3

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

Shades of Electric Blue #8BEBF3

Tints of Electric Blue #8BEBF3

Color information

#8BEBF3 (or 0x8BEBF3) is unknown color: approx Electric Blue. HEX triplet: 8B, EB and F3. RGB value is (139,235,243). Sum of RGB (Red+Green+Blue) = 139+235+243=617 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.53% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #8BEBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEBF3 is #74140C. Grayscale: #CFCFCF. Windows color (decimal): -7607309 or 15985547. OLE color: 15985547.

HSL color Cylindrical-coordinate representation of color #8BEBF3: hue angle of 184.62º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BEBF3 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB139235243-
CMYK0.430.0300.05
HSL184.62º81.25%74.9%-
HSV(B)184.62º42.8%95.29%-
XYZ56.5371.3895.59-
YUV207.21148.279.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.53%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 243 (95.31% from 255) = 39.38%
R=22.53%
G=38.09%
B=39.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1392352430.430.0300.05184.6281.2574.9
Hex8BEBF32B305b9514b
Octal21335336353305271121113
Binary1000101111101011111100111010111101011011100110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,235,243); }

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

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

 a { background-color: rgb(139,235,243); }

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

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

 span { border-color: rgb(139,235,243); }

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