#8aede5

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

Shades of Electric Blue #8AEDE5

Tints of Electric Blue #8AEDE5

Color information

#8AEDE5 (or 0x8AEDE5) is unknown color: approx Electric Blue. HEX triplet: 8A, ED and E5. RGB value is (138,237,229). Sum of RGB (Red+Green+Blue) = 138+237+229=604 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.85% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEDE5 is #75121A. Grayscale: #CECECE. Windows color (decimal): -7672347 or 15068554. OLE color: 15068554.

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

Color convert

RGB138237229-
CMYK0.4200.030.07
HSL175.15º73.33%73.53%-
HSV(B)175.15º41.77%92.94%-
XYZ54.9171.6385.06-
YUV206.49140.779.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.85%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 229 (89.84% from 255) = 37.91%
R=22.85%
G=39.24%
B=37.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382372290.4200.030.07175.1573.3373.53
Hex8AEDE52A037af494a
Octal21235534552037257111112
Binary1000101011101101111001011010100111111010111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8aede5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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