#8AEFED

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

Shades of Electric Blue #8AEFED

Tints of Electric Blue #8AEFED

Color information

#8AEFED (or 0x8AEFED) is unknown color: approx Electric Blue. HEX triplet: 8A, EF and ED. RGB value is (138,239,237). Sum of RGB (Red+Green+Blue) = 138+239+237=614 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.48% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEFED is #751012. Grayscale: #D0D0D0. Windows color (decimal): -7671827 or 15593354. OLE color: 15593354.

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

Color convert

RGB138239237-
CMYK0.4200.010.06
HSL178.81º75.94%73.92%-
HSV(B)178.81º42.26%93.73%-
XYZ56.6373.2591.27-
YUV208.57144.0477.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.48%
GREEN value IS 239 (93.75% from 255) = 38.93%
BLUE value IS 237 (92.97% from 255) = 38.60%
R=22.48%
G=38.93%
B=38.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382392370.4200.010.06178.8175.9473.92
Hex8AEFED2A016b34c4a
Octal21235735552016263114112
Binary100010101110111111101101101010011101011001110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,239,237); }

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

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

 a { background-color: rgb(138,239,237); }

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

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

 span { border-color: rgb(138,239,237); }

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