#8EF0F7

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

Shades of Electric Blue #8EF0F7

Tints of Electric Blue #8EF0F7

Color information

#8EF0F7 (or 0x8EF0F7) is unknown color: approx Electric Blue. HEX triplet: 8E, F0 and F7. RGB value is (142,240,247). Sum of RGB (Red+Green+Blue) = 142+240+247=629 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.58% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #8EF0F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF0F7 is #710F08. Grayscale: #D3D3D3. Windows color (decimal): -7409417 or 16248974. OLE color: 16248974.

HSL color Cylindrical-coordinate representation of color #8EF0F7: hue angle of 184º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EF0F7 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB142240247-
CMYK0.430.0300.03
HSL184º86.78%76.27%-
HSV(B)184º42.51%96.86%-
XYZ59.174.7999.32-
YUV211.5148.0378.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.58%
GREEN value IS 240 (94.14% from 255) = 38.16%
BLUE value IS 247 (96.88% from 255) = 39.27%
R=22.58%
G=38.16%
B=39.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1422402470.430.0300.0318486.7876.27
Hex8EF0F72B303b8574c
Octal21636036753303270127114
Binary100011101111000011110111101011110111011100010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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