#8AFAFC

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

Shades of Electric Blue #8AFAFC

Tints of Electric Blue #8AFAFC

Color information

#8AFAFC (or 0x8AFAFC) is unknown color: approx Electric Blue. HEX triplet: 8A, FA and FC. RGB value is (138,250,252). Sum of RGB (Red+Green+Blue) = 138+250+252=640 (84% of max value = 765). Red value is 138 (54.30% from 255 or 21.56% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AFAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFAFC is #750503. Grayscale: #D8D8D8. Windows color (decimal): -7668996 or 16579210. OLE color: 16579210.

HSL color Cylindrical-coordinate representation of color #8AFAFC: hue angle of 181.05º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFAFC is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB138250252-
CMYK0.450.0100.01
HSL181.05º95%76.47%-
HSV(B)181.05º45.24%98.82%-
XYZ62.2480.8104.41-
YUV216.74147.8971.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.56%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 252 (98.83% from 255) = 39.38%
R=21.56%
G=39.06%
B=39.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382502520.450.0100.01181.059576.47
Hex8AFAFC2D101b55f4c
Octal21237237455101265137114
Binary1000101011111010111111001011011011011010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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