#8AFAEA

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

Shades of Electric Blue #8AFAEA

Tints of Electric Blue #8AFAEA

Color information

#8AFAEA (or 0x8AFAEA) is unknown color: approx Electric Blue. HEX triplet: 8A, FA and EA. RGB value is (138,250,234). Sum of RGB (Red+Green+Blue) = 138+250+234=622 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.19% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFAEA is #750515. Grayscale: #D6D6D6. Windows color (decimal): -7669014 or 15399562. OLE color: 15399562.

HSL color Cylindrical-coordinate representation of color #8AFAEA: hue angle of 171.43º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFAEA is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB138250234-
CMYK0.4500.060.02
HSL171.43º91.8%76.08%-
HSV(B)171.43º44.8%98.04%-
XYZ59.5279.7190.09-
YUV214.69138.8973.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.19%
GREEN value IS 250 (98.05% from 255) = 40.19%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=22.19%
G=40.19%
B=37.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382502340.4500.060.02171.4391.876.08
Hex8AFAEA2D062ab5c4c
Octal21237235255062253134114
Binary1000101011111010111010101011010110101010101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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