#8AF6EA

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

Shades of Electric Blue #8AF6EA

Tints of Electric Blue #8AF6EA

Color information

#8AF6EA (or 0x8AF6EA) is unknown color: approx Electric Blue. HEX triplet: 8A, F6 and EA. RGB value is (138,246,234). Sum of RGB (Red+Green+Blue) = 138+246+234=618 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.33% from 618); Green value is 246 (96.48% from 255 or 39.81% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF6EA is #750915. Grayscale: #D4D4D4. Windows color (decimal): -7670038 or 15398538. OLE color: 15398538.

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

Color convert

RGB138246234-
CMYK0.4400.050.04
HSL173.33º85.71%75.29%-
HSV(B)173.33º43.9%96.47%-
XYZ58.2977.2689.68-
YUV212.34140.2274.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.33%
GREEN value IS 246 (96.48% from 255) = 39.81%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=22.33%
G=39.81%
B=37.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1382462340.4400.050.04173.3385.7175.29
Hex8AF6EA2C054ad564b
Octal21236635254054255126113
Binary10001010111101101110101010110001011001010110110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,246,234); }

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

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

 a { background-color: rgb(138,246,234); }

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

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

 span { border-color: rgb(138,246,234); }

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