#8AF0FA

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

Shades of Electric Blue #8AF0FA

Tints of Electric Blue #8AF0FA

Color information

#8AF0FA (or 0x8AF0FA) is unknown color: approx Electric Blue. HEX triplet: 8A, F0 and FA. RGB value is (138,240,250). Sum of RGB (Red+Green+Blue) = 138+240+250=628 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.97% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AF0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF0FA is #750F05. Grayscale: #D2D2D2. Windows color (decimal): -7671558 or 16445578. OLE color: 16445578.

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

Color convert

RGB138240250-
CMYK0.450.0400.02
HSL185.36º91.8%76.08%-
HSV(B)185.36º44.8%98.04%-
XYZ58.974.63101.74-
YUV210.64150.2176.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.97%
GREEN value IS 240 (94.14% from 255) = 38.22%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=21.97%
G=38.22%
B=39.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382402500.450.0400.02185.3691.876.08
Hex8AF0FA2D402b95c4c
Octal21236037255402271134114
Binary1000101011110000111110101011011000101011100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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