#8AFFEE

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

Shades of Electric Blue #8AFFEE

Tints of Electric Blue #8AFFEE

Color information

#8AFFEE (or 0x8AFFEE) is unknown color: approx Electric Blue. HEX triplet: 8A, FF and EE. RGB value is (138,255,238). Sum of RGB (Red+Green+Blue) = 138+255+238=631 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.87% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFFEE is #750011. Grayscale: #DADADA. Windows color (decimal): -7667730 or 15662986. OLE color: 15662986.

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

Color convert

RGB138255238-
CMYK0.4600.070
HSL171.28º100%77.06%-
HSV(B)171.28º45.88%100%-
XYZ61.6783.193.68-
YUV218.08139.2470.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.87%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=21.87%
G=40.41%
B=37.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382552380.4600.070171.2810077.06
Hex8AFFEE2E070ab644d
Octal21237735656070253144115
Binary100010101111111111101110101110011101010101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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