#8BFEEC

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

Shades of Electric Blue #8BFEEC

Tints of Electric Blue #8BFEEC

Color information

#8BFEEC (or 0x8BFEEC) is unknown color: approx Electric Blue. HEX triplet: 8B, FE and EC. RGB value is (139,254,236). Sum of RGB (Red+Green+Blue) = 139+254+236=629 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.10% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFEEC is #740113. Grayscale: #D9D9D9. Windows color (decimal): -7602452 or 15531659. OLE color: 15531659.

HSL color Cylindrical-coordinate representation of color #8BFEEC: hue angle of 170.61º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFEEC is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB139254236-
CMYK0.4500.070.00
HSL170.61º98.29%77.06%-
HSV(B)170.61º45.28%99.61%-
XYZ61.2382.4392.04-
YUV217.56138.471.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.10%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=22.10%
G=40.38%
B=37.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1392542360.4500.070.00170.6198.2977.06
Hex8BFEEC2D070ab624d
Octal21337635455070253142115
Binary100010111111111011101100101101011101010101111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,254,236); }

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

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

 a { background-color: rgb(139,254,236); }

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

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

 span { border-color: rgb(139,254,236); }

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