#8FFAF6

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

Shades of Electric Blue #8FFAF6

Tints of Electric Blue #8FFAF6

Color information

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

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

Color convert

RGB143250246-
CMYK0.4300.020.02
HSL177.76º91.45%77.06%-
HSV(B)177.76º42.8%98.04%-
XYZ62.1580.8699.52-
YUV217.55144.0574.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432502460.4300.020.02177.7691.4577.06
Hex8FFAF62B022b25b4d
Octal21737236653022262133115
Binary100011111111101011110110101011010101011001010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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