#8aecff

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

Shades of Electric Blue #8AECFF

Tints of Electric Blue #8AECFF

Color information

#8AECFF (or 0x8AECFF) is unknown color: approx Electric Blue. HEX triplet: 8A, EC and FF. RGB value is (138,236,255). Sum of RGB (Red+Green+Blue) = 138+236+255=629 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.94% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AECFF is #751300. Grayscale: #D0D0D0. Windows color (decimal): -7672577 or 16772234. OLE color: 16772234.

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

Color convert

RGB138236255-
CMYK0.460.0700
HSL189.74º100%77.06%-
HSV(B)189.74º45.88%100%-
XYZ58.5372.61105.54-
YUV208.86154.0377.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.94%
GREEN value IS 236 (92.58% from 255) = 37.52%
BLUE value IS 255 (100% from 255) = 40.54%
R=21.94%
G=37.52%
B=40.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382362550.460.0700189.7410077.06
Hex8AECFF2E700be644d
Octal21235437756700276144115
Binary100010101110110011111111101110111001011111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8aecff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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