#8AEBFF

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

Shades of Electric Blue #8AEBFF

Tints of Electric Blue #8AEBFF

Color information

#8AEBFF (or 0x8AEBFF) is unknown color: approx Electric Blue. HEX triplet: 8A, EB and FF. RGB value is (138,235,255). Sum of RGB (Red+Green+Blue) = 138+235+255=628 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.97% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AEBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEBFF is #751400. Grayscale: #D0D0D0. Windows color (decimal): -7672833 or 16771978. OLE color: 16771978.

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

Color convert

RGB138235255-
CMYK0.460.0800
HSL190.26º100%77.06%-
HSV(B)190.26º45.88%100%-
XYZ58.2472.04105.44-
YUV208.28154.3677.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.97%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 255 (100% from 255) = 40.61%
R=21.97%
G=37.42%
B=40.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382352550.460.0800190.2610077.06
Hex8AEBFF2E800be644d
Octal212353377561000276144115
Binary1000101011101011111111111011101000001011111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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