#8AEBED

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

Shades of Electric Blue #8AEBED

Tints of Electric Blue #8AEBED

Color information

#8AEBED (or 0x8AEBED) is unknown color: approx Electric Blue. HEX triplet: 8A, EB and ED. RGB value is (138,235,237). Sum of RGB (Red+Green+Blue) = 138+235+237=610 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.62% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #8AEBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEBED is #751412. Grayscale: #CECECE. Windows color (decimal): -7672851 or 15592330. OLE color: 15592330.

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

Color convert

RGB138235237-
CMYK0.420.0100.07
HSL181.21º73.33%73.53%-
HSV(B)181.21º41.77%92.94%-
XYZ55.4870.9390.89-
YUV206.22145.3679.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.62%
GREEN value IS 235 (92.19% from 255) = 38.52%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=22.62%
G=38.52%
B=38.85%

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
Decimal1382352370.420.0100.07181.2173.3373.53
Hex8AEBED2A107b5494a
Octal21235335552107265111112
Binary100010101110101111101101101010101111011010110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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