#8BEDEB

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

Shades of Electric Blue #8BEDEB

Tints of Electric Blue #8BEDEB

Color information

#8BEDEB (or 0x8BEDEB) is unknown color: approx Electric Blue. HEX triplet: 8B, ED and EB. RGB value is (139,237,235). Sum of RGB (Red+Green+Blue) = 139+237+235=611 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.75% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #8BEDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEDEB is #741214. Grayscale: #CFCFCF. Windows color (decimal): -7606805 or 15461771. OLE color: 15461771.

HSL color Cylindrical-coordinate representation of color #8BEDEB: hue angle of 178.78º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEDEB is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB139237235-
CMYK0.4100.010.07
HSL178.78º73.13%73.73%-
HSV(B)178.78º41.35%92.94%-
XYZ55.9372.0689.56-
YUV207.47143.5379.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.75%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=22.75%
G=38.79%
B=38.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392372350.4100.010.07178.7873.1373.73
Hex8BEDEB29017b3494a
Octal21335535351017263111112
Binary100010111110110111101011101001011111011001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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