#8AFEED

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

Shades of Electric Blue #8AFEED

Tints of Electric Blue #8AFEED

Color information

#8AFEED (or 0x8AFEED) is unknown color: approx Electric Blue. HEX triplet: 8A, FE and ED. RGB value is (138,254,237). Sum of RGB (Red+Green+Blue) = 138+254+237=629 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.94% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFEED is #750112. Grayscale: #D9D9D9. Windows color (decimal): -7667987 or 15597194. OLE color: 15597194.

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

Color convert

RGB138254237-
CMYK0.4600.070.00
HSL171.21º98.31%76.86%-
HSV(B)171.21º45.67%99.61%-
XYZ61.2182.492.8-
YUV217.38139.0771.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.94%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=21.94%
G=40.38%
B=37.68%

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
Decimal1382542370.4600.070.00171.2198.3176.86
Hex8AFEED2E070ab624d
Octal21237635556070253142115
Binary100010101111111011101101101110011101010101111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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