#8EFFEE

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

Shades of Electric Blue #8EFFEE

Tints of Electric Blue #8EFFEE

Color information

#8EFFEE (or 0x8EFFEE) is unknown color: approx Electric Blue. HEX triplet: 8E, FF and EE. RGB value is (142,255,238). Sum of RGB (Red+Green+Blue) = 142+255+238=635 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.36% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFFEE is #710011. Grayscale: #DBDBDB. Windows color (decimal): -7405586 or 15662990. OLE color: 15662990.

HSL color Cylindrical-coordinate representation of color #8EFFEE: hue angle of 170.97º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFFEE is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB142255238-
CMYK0.4400.070
HSL170.97º100%77.84%-
HSV(B)170.97º44.31%100%-
XYZ62.3583.4493.71-
YUV219.28138.5672.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.36%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=22.36%
G=40.16%
B=37.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422552380.4400.070170.9710077.84
Hex8EFFEE2C070ab644e
Octal21637735654070253144116
Binary100011101111111111101110101100011101010101111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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