#8EF3EE

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

Shades of Electric Blue #8EF3EE

Tints of Electric Blue #8EF3EE

Color information

#8EF3EE (or 0x8EF3EE) is unknown color: approx Electric Blue. HEX triplet: 8E, F3 and EE. RGB value is (142,243,238). Sum of RGB (Red+Green+Blue) = 142+243+238=623 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.79% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #8EF3EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF3EE is #710C11. Grayscale: #D4D4D4. Windows color (decimal): -7408658 or 15659918. OLE color: 15659918.

HSL color Cylindrical-coordinate representation of color #8EF3EE: hue angle of 177.03º degrees, saturation: 0.81, 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 #8EF3EE is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB142243238-
CMYK0.4200.020.05
HSL177.03º80.8%75.49%-
HSV(B)177.03º41.56%95.29%-
XYZ58.6476.0392.47-
YUV212.23142.5477.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.79%
GREEN value IS 243 (95.31% from 255) = 39.00%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=22.79%
G=39.00%
B=38.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422432380.4200.020.05177.0380.875.49
Hex8EF3EE2A025b1514b
Octal21636335652025261121113
Binary1000111011110011111011101010100101011011000110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,243,238); }

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

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

 a { background-color: rgb(142,243,238); }

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

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

 span { border-color: rgb(142,243,238); }

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