#8FF6FA

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

Shades of Electric Blue #8FF6FA

Tints of Electric Blue #8FF6FA

Color information

#8FF6FA (or 0x8FF6FA) is unknown color: approx Electric Blue. HEX triplet: 8F, F6 and FA. RGB value is (143,246,250). Sum of RGB (Red+Green+Blue) = 143+246+250=639 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.38% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FF6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF6FA is #700905. Grayscale: #D7D7D7. Windows color (decimal): -7342342 or 16447119. OLE color: 16447119.

HSL color Cylindrical-coordinate representation of color #8FF6FA: hue angle of 182.24º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FF6FA is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143246250-
CMYK0.430.0200.02
HSL182.24º91.45%77.06%-
HSV(B)182.24º42.8%98.04%-
XYZ61.5478.65102.38-
YUV215.66147.3876.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.38%
GREEN value IS 246 (96.48% from 255) = 38.50%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=22.38%
G=38.50%
B=39.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432462500.430.0200.02182.2491.4577.06
Hex8FF6FA2B202b65b4d
Octal21736637253202266133115
Binary100011111111011011111010101011100101011011010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,246,250); }

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

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

 a { background-color: rgb(143,246,250); }

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

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

 span { border-color: rgb(143,246,250); }

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