#8FF2EB

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

Shades of Electric Blue #8FF2EB

Tints of Electric Blue #8FF2EB

Color information

#8FF2EB (or 0x8FF2EB) is unknown color: approx Electric Blue. HEX triplet: 8F, F2 and EB. RGB value is (143,242,235). Sum of RGB (Red+Green+Blue) = 143+242+235=620 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.06% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF2EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF2EB is #700D14. Grayscale: #D3D3D3. Windows color (decimal): -7343381 or 15463055. OLE color: 15463055.

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

Color convert

RGB143242235-
CMYK0.4100.030.05
HSL175.76º79.2%75.49%-
HSV(B)175.76º40.91%94.9%-
XYZ58.0875.3490.08-
YUV211.6141.279.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.06%
GREEN value IS 242 (94.92% from 255) = 39.03%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=23.06%
G=39.03%
B=37.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1432422350.4100.030.05175.7679.275.49
Hex8FF2EB29035b04f4b
Octal21736235351035260117113
Binary1000111111110010111010111010010111011011000010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,242,235); }

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

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

 a { background-color: rgb(143,242,235); }

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

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

 span { border-color: rgb(143,242,235); }

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