#8EFAF7

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

Shades of Electric Blue #8EFAF7

Tints of Electric Blue #8EFAF7

Color information

#8EFAF7 (or 0x8EFAF7) is unknown color: approx Electric Blue. HEX triplet: 8E, FA and F7. RGB value is (142,250,247). Sum of RGB (Red+Green+Blue) = 142+250+247=639 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.22% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFAF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFAF7 is #710508. Grayscale: #D9D9D9. Windows color (decimal): -7406857 or 16251534. OLE color: 16251534.

HSL color Cylindrical-coordinate representation of color #8EFAF7: hue angle of 178.33º degrees, saturation: 0.92, 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 #8EFAF7 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB142250247-
CMYK0.4300.010.02
HSL178.33º91.53%76.86%-
HSV(B)178.33º43.2%98.04%-
XYZ62.1380.84100.32-
YUV217.37144.7274.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.22%
GREEN value IS 250 (98.05% from 255) = 39.12%
BLUE value IS 247 (96.88% from 255) = 38.65%
R=22.22%
G=39.12%
B=38.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422502470.4300.010.02178.3391.5376.86
Hex8EFAF72B012b25c4d
Octal21637236753012262134115
Binary10001110111110101111011110101101101011001010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,250,247); }

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

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

 a { background-color: rgb(142,250,247); }

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

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

 span { border-color: rgb(142,250,247); }

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