#8EF9EE

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

Shades of Electric Blue #8EF9EE

Tints of Electric Blue #8EF9EE

Color information

#8EF9EE (or 0x8EF9EE) is unknown color: approx Electric Blue. HEX triplet: 8E, F9 and EE. RGB value is (142,249,238). Sum of RGB (Red+Green+Blue) = 142+249+238=629 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.58% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #8EF9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF9EE is #710611. Grayscale: #D7D7D7. Windows color (decimal): -7407122 or 15661454. OLE color: 15661454.

HSL color Cylindrical-coordinate representation of color #8EF9EE: hue angle of 173.83º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EF9EE is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB142249238-
CMYK0.4300.040.02
HSL173.83º89.92%76.67%-
HSV(B)173.83º42.97%97.65%-
XYZ60.4679.6893.08-
YUV215.75140.5575.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.58%
GREEN value IS 249 (97.66% from 255) = 39.59%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=22.58%
G=39.59%
B=37.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422492380.4300.040.02173.8389.9276.67
Hex8EF9EE2B042ae5a4d
Octal21637135653042256132115
Binary1000111011111001111011101010110100101010111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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