#8BF1EA

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

Shades of Electric Blue #8BF1EA

Tints of Electric Blue #8BF1EA

Color information

#8BF1EA (or 0x8BF1EA) is unknown color: approx Electric Blue. HEX triplet: 8B, F1 and EA. RGB value is (139,241,234). Sum of RGB (Red+Green+Blue) = 139+241+234=614 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.64% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #8BF1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF1EA is #740E15. Grayscale: #D1D1D1. Windows color (decimal): -7605782 or 15397259. OLE color: 15397259.

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

Color convert

RGB139241234-
CMYK0.4200.030.05
HSL175.88º78.46%74.51%-
HSV(B)175.88º42.32%94.51%-
XYZ56.9574.3489.19-
YUV209.7141.7177.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.64%
GREEN value IS 241 (94.53% from 255) = 39.25%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=22.64%
G=39.25%
B=38.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1392412340.4200.030.05175.8878.4674.51
Hex8BF1EA2A035b04e4b
Octal21336135252035260116113
Binary1000101111110001111010101010100111011011000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,241,234); }

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

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

 a { background-color: rgb(139,241,234); }

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

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

 span { border-color: rgb(139,241,234); }

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