#8EFFEF

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

Shades of Electric Blue #8EFFEF

Tints of Electric Blue #8EFFEF

Color information

#8EFFEF (or 0x8EFFEF) is unknown color: approx Electric Blue. HEX triplet: 8E, FF and EF. RGB value is (142,255,239). Sum of RGB (Red+Green+Blue) = 142+255+239=636 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.33% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFFEF is #710010. Grayscale: #DBDBDB. Windows color (decimal): -7405585 or 15728526. OLE color: 15728526.

HSL color Cylindrical-coordinate representation of color #8EFFEF: hue angle of 171.5º 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 #8EFFEF is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB142255239-
CMYK0.4400.060
HSL171.5º100%77.84%-
HSV(B)171.5º44.31%100%-
XYZ62.583.594.49-
YUV219.39139.0672.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.33%
GREEN value IS 255 (100% from 255) = 40.09%
BLUE value IS 239 (93.75% from 255) = 37.58%
R=22.33%
G=40.09%
B=37.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422552390.4400.060171.510077.84
Hex8EFFEF2C060ac644e
Octal21637735754060254144116
Binary100011101111111111101111101100011001010110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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