#8AECEB

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

Shades of Electric Blue #8AECEB

Tints of Electric Blue #8AECEB

Color information

#8AECEB (or 0x8AECEB) is unknown color: approx Electric Blue. HEX triplet: 8A, EC and EB. RGB value is (138,236,235). Sum of RGB (Red+Green+Blue) = 138+236+235=609 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.66% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AECEB is #751314. Grayscale: #CECECE. Windows color (decimal): -7672597 or 15461514. OLE color: 15461514.

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

Color convert

RGB138236235-
CMYK0.4200.000.07
HSL179.39º72.06%73.33%-
HSV(B)179.39º41.53%92.55%-
XYZ55.4771.3989.45-
YUV206.58144.0379.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.66%
GREEN value IS 236 (92.58% from 255) = 38.75%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=22.66%
G=38.75%
B=38.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382362350.4200.000.07179.3972.0673.33
Hex8AECEB2A007b34849
Octal21235435352007263110111
Binary100010101110110011101011101010001111011001110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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