#8AEBF9

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

Shades of Electric Blue #8AEBF9

Tints of Electric Blue #8AEBF9

Color information

#8AEBF9 (or 0x8AEBF9) is unknown color: approx Electric Blue. HEX triplet: 8A, EB and F9. RGB value is (138,235,249). Sum of RGB (Red+Green+Blue) = 138+235+249=622 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.19% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AEBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEBF9 is #751406. Grayscale: #CFCFCF. Windows color (decimal): -7672839 or 16378762. OLE color: 16378762.

HSL color Cylindrical-coordinate representation of color #8AEBF9: hue angle of 187.57º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AEBF9 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138235249-
CMYK0.450.0600.02
HSL187.57º90.24%75.88%-
HSV(B)187.57º44.58%97.65%-
XYZ57.2971.66100.43-
YUV207.59151.3678.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.19%
GREEN value IS 235 (92.19% from 255) = 37.78%
BLUE value IS 249 (97.66% from 255) = 40.03%
R=22.19%
G=37.78%
B=40.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382352490.450.0600.02187.5790.2475.88
Hex8AEBF92D602bc5a4c
Octal21235337155602274132114
Binary1000101011101011111110011011011100101011110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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