#8AECE7

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

Shades of Electric Blue #8AECE7

Tints of Electric Blue #8AECE7

Color information

#8AECE7 (or 0x8AECE7) is unknown color: approx Electric Blue. HEX triplet: 8A, EC and E7. RGB value is (138,236,231). Sum of RGB (Red+Green+Blue) = 138+236+231=605 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.81% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AECE7 is #751318. Grayscale: #CECECE. Windows color (decimal): -7672601 or 15199370. OLE color: 15199370.

HSL color Cylindrical-coordinate representation of color #8AECE7: hue angle of 176.94º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AECE7 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB138236231-
CMYK0.4200.020.07
HSL176.94º72.06%73.33%-
HSV(B)176.94º41.53%92.55%-
XYZ54.971.1686.44-
YUV206.13142.0379.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.81%
GREEN value IS 236 (92.58% from 255) = 39.01%
BLUE value IS 231 (90.62% from 255) = 38.18%
R=22.81%
G=39.01%
B=38.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382362310.4200.020.07176.9472.0673.33
Hex8AECE72A027b14849
Octal21235434752027261110111
Binary1000101011101100111001111010100101111011000110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,236,231); }

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

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

 a { background-color: rgb(138,236,231); }

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

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

 span { border-color: rgb(138,236,231); }

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