#8AFEEC

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

Shades of Electric Blue #8AFEEC

Tints of Electric Blue #8AFEEC

Color information

#8AFEEC (or 0x8AFEEC) is unknown color: approx Electric Blue. HEX triplet: 8A, FE and EC. RGB value is (138,254,236). Sum of RGB (Red+Green+Blue) = 138+254+236=628 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.97% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFEEC is #750113. Grayscale: #D9D9D9. Windows color (decimal): -7667988 or 15531658. OLE color: 15531658.

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

Color convert

RGB138254236-
CMYK0.4600.070.00
HSL170.69º98.31%76.86%-
HSV(B)170.69º45.67%99.61%-
XYZ61.0682.3492.03-
YUV217.26138.5771.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.97%
GREEN value IS 254 (99.61% from 255) = 40.45%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=21.97%
G=40.45%
B=37.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1382542360.4600.070.00170.6998.3176.86
Hex8AFEEC2E070ab624d
Octal21237635456070253142115
Binary100010101111111011101100101110011101010101111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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