#8CF5EA

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

Shades of Electric Blue #8CF5EA

Tints of Electric Blue #8CF5EA

Color information

#8CF5EA (or 0x8CF5EA) is unknown color: approx Electric Blue. HEX triplet: 8C, F5 and EA. RGB value is (140,245,234). Sum of RGB (Red+Green+Blue) = 140+245+234=619 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.62% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 245 - color contains mainly: green. Hex color #8CF5EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF5EA is #730A15. Grayscale: #D4D4D4. Windows color (decimal): -7539222 or 15398284. OLE color: 15398284.

HSL color Cylindrical-coordinate representation of color #8CF5EA: hue angle of 173.71º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF5EA is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB140245234-
CMYK0.4300.040.04
HSL173.71º84%75.49%-
HSV(B)173.71º42.86%96.08%-
XYZ58.3276.8289.6-
YUV212.35140.2176.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.62%
GREEN value IS 245 (96.09% from 255) = 39.58%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=22.62%
G=39.58%
B=37.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1402452340.4300.040.04173.718475.49
Hex8CF5EA2B044ae544b
Octal21436535253044256124113
Binary10001100111101011110101010101101001001010111010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,245,234); }

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

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

 a { background-color: rgb(140,245,234); }

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

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

 span { border-color: rgb(140,245,234); }

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