#8AFFFA

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

Shades of Electric Blue #8AFFFA

Tints of Electric Blue #8AFFFA

Color information

#8AFFFA (or 0x8AFFFA) is unknown color: approx Electric Blue. HEX triplet: 8A, FF and FA. RGB value is (138,255,250). Sum of RGB (Red+Green+Blue) = 138+255+250=643 (85% of max value = 765). Red value is 138 (54.30% from 255 or 21.46% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFFFA is #750005. Grayscale: #DBDBDB. Windows color (decimal): -7667718 or 16449418. OLE color: 16449418.

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

Color convert

RGB138255250-
CMYK0.4600.020
HSL177.44º100%77.06%-
HSV(B)177.44º45.88%100%-
XYZ63.583.83103.28-
YUV219.45145.2469.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.46%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=21.46%
G=39.66%
B=38.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382552500.4600.020177.4410077.06
Hex8AFFFA2E020b1644d
Octal21237737256020261144115
Binary10001010111111111111101010111001001011000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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