#8BF5EB

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

Shades of Electric Blue #8BF5EB

Tints of Electric Blue #8BF5EB

Color information

#8BF5EB (or 0x8BF5EB) is unknown color: approx Electric Blue. HEX triplet: 8B, F5 and EB. RGB value is (139,245,235). Sum of RGB (Red+Green+Blue) = 139+245+235=619 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.46% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 245 - color contains mainly: green. Hex color #8BF5EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF5EB is #740A14. Grayscale: #D4D4D4. Windows color (decimal): -7604757 or 15463819. OLE color: 15463819.

HSL color Cylindrical-coordinate representation of color #8BF5EB: hue angle of 174.34º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF5EB is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB139245235-
CMYK0.4300.040.04
HSL174.34º84.13%75.29%-
HSV(B)174.34º43.27%96.08%-
XYZ58.376.7990.35-
YUV212.17140.8875.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.46%
GREEN value IS 245 (96.09% from 255) = 39.58%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=22.46%
G=39.58%
B=37.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1392452350.4300.040.04174.3484.1375.29
Hex8BF5EB2B044ae544b
Octal21336535353044256124113
Binary10001011111101011110101110101101001001010111010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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