#8EFAF8

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

Shades of Electric Blue #8EFAF8

Tints of Electric Blue #8EFAF8

Color information

#8EFAF8 (or 0x8EFAF8) is unknown color: approx Electric Blue. HEX triplet: 8E, FA and F8. RGB value is (142,250,248). Sum of RGB (Red+Green+Blue) = 142+250+248=640 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.19% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFAF8 is #710507. Grayscale: #D9D9D9. Windows color (decimal): -7406856 or 16317070. OLE color: 16317070.

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

Color convert

RGB142250248-
CMYK0.4300.010.02
HSL178.89º91.53%76.86%-
HSV(B)178.89º43.2%98.04%-
XYZ62.2880.9101.14-
YUV217.48145.2274.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.19%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 248 (97.27% from 255) = 38.75%
R=22.19%
G=39.06%
B=38.75%

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
Decimal1422502480.4300.010.02178.8991.5376.86
Hex8EFAF82B012b35c4d
Octal21637237053012263134115
Binary10001110111110101111100010101101101011001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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