#8BEFED

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

Shades of Electric Blue #8BEFED

Tints of Electric Blue #8BEFED

Color information

#8BEFED (or 0x8BEFED) is unknown color: approx Electric Blue. HEX triplet: 8B, EF and ED. RGB value is (139,239,237). Sum of RGB (Red+Green+Blue) = 139+239+237=615 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.60% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEFED is #741012. Grayscale: #D0D0D0. Windows color (decimal): -7606291 or 15593355. OLE color: 15593355.

HSL color Cylindrical-coordinate representation of color #8BEFED: hue angle of 178.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEFED is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB139239237-
CMYK0.4200.010.06
HSL178.8º75.76%74.12%-
HSV(B)178.8º41.84%93.73%-
XYZ56.873.3491.28-
YUV208.87143.8778.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.60%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=22.60%
G=38.86%
B=38.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392392370.4200.010.06178.875.7674.12
Hex8BEFED2A016b34c4a
Octal21335735552016263114112
Binary100010111110111111101101101010011101011001110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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