#8AEBFE

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

Shades of Electric Blue #8AEBFE

Tints of Electric Blue #8AEBFE

Color information

#8AEBFE (or 0x8AEBFE) is unknown color: approx Electric Blue. HEX triplet: 8A, EB and FE. RGB value is (138,235,254). Sum of RGB (Red+Green+Blue) = 138+235+254=627 (83% of max value = 765). Red value is 138 (54.30% from 255 or 22.01% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #8AEBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEBFE is #751401. Grayscale: #CFCFCF. Windows color (decimal): -7672834 or 16706442. OLE color: 16706442.

HSL color Cylindrical-coordinate representation of color #8AEBFE: hue angle of 189.83º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AEBFE is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB138235254-
CMYK0.460.0700.00
HSL189.83º98.31%76.86%-
HSV(B)189.83º45.67%99.61%-
XYZ58.0871.98104.6-
YUV208.16153.8677.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.01%
GREEN value IS 235 (92.19% from 255) = 37.48%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=22.01%
G=37.48%
B=40.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1382352540.460.0700.00189.8398.3176.86
Hex8AEBFE2E700be624d
Octal21235337656700276142115
Binary100010101110101111111110101110111001011111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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