#8EF5F2

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

Shades of Electric Blue #8EF5F2

Tints of Electric Blue #8EF5F2

Color information

#8EF5F2 (or 0x8EF5F2) is unknown color: approx Electric Blue. HEX triplet: 8E, F5 and F2. RGB value is (142,245,242). Sum of RGB (Red+Green+Blue) = 142+245+242=629 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.58% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 245 - color contains mainly: green. Hex color #8EF5F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF5F2 is #710A0D. Grayscale: #D5D5D5. Windows color (decimal): -7408142 or 15922574. OLE color: 15922574.

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

Color convert

RGB142245242-
CMYK0.4200.010.04
HSL178.25º83.74%75.88%-
HSV(B)178.25º42.04%96.08%-
XYZ59.8377.4795.8-
YUV213.86143.8876.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.58%
GREEN value IS 245 (96.09% from 255) = 38.95%
BLUE value IS 242 (94.92% from 255) = 38.47%
R=22.58%
G=38.95%
B=38.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1422452420.4200.010.04178.2583.7475.88
Hex8EF5F22A014b2544c
Octal21636536252014262124114
Binary100011101111010111110010101010011001011001010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,245,242); }

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

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

 a { background-color: rgb(142,245,242); }

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

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

 span { border-color: rgb(142,245,242); }

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