#8AEAEC

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

Shades of Electric Blue #8AEAEC

Tints of Electric Blue #8AEAEC

Color information

#8AEAEC (or 0x8AEAEC) is unknown color: approx Electric Blue. HEX triplet: 8A, EA and EC. RGB value is (138,234,236). Sum of RGB (Red+Green+Blue) = 138+234+236=608 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.70% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AEAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEAEC is #751513. Grayscale: #CDCDCD. Windows color (decimal): -7673108 or 15526538. OLE color: 15526538.

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

Color convert

RGB138234236-
CMYK0.420.0100.07
HSL181.22º72.06%73.33%-
HSV(B)181.22º41.53%92.55%-
XYZ55.0470.3190.03-
YUV205.52145.279.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.70%
GREEN value IS 234 (91.80% from 255) = 38.49%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=22.70%
G=38.49%
B=38.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382342360.420.0100.07181.2272.0673.33
Hex8AEAEC2A107b54849
Octal21235235452107265110111
Binary100010101110101011101100101010101111011010110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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