#8FF6FB

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

Shades of Electric Blue #8FF6FB

Tints of Electric Blue #8FF6FB

Color information

#8FF6FB (or 0x8FF6FB) is unknown color: approx Electric Blue. HEX triplet: 8F, F6 and FB. RGB value is (143,246,251). Sum of RGB (Red+Green+Blue) = 143+246+251=640 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.34% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FF6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF6FB is #700904. Grayscale: #D7D7D7. Windows color (decimal): -7342341 or 16512655. OLE color: 16512655.

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

Color convert

RGB143246251-
CMYK0.430.0200.02
HSL182.78º93.1%77.25%-
HSV(B)182.78º43.03%98.43%-
XYZ61.778.72103.21-
YUV215.77147.8876.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.34%
GREEN value IS 246 (96.48% from 255) = 38.44%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=22.34%
G=38.44%
B=39.22%

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
Decimal1432462510.430.0200.02182.7893.177.25
Hex8FF6FB2B202b75d4d
Octal21736637353202267135115
Binary100011111111011011111011101011100101011011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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