#8BF6FC

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

Shades of Electric Blue #8BF6FC

Tints of Electric Blue #8BF6FC

Color information

#8BF6FC (or 0x8BF6FC) is unknown color: approx Electric Blue. HEX triplet: 8B, F6 and FC. RGB value is (139,246,252). Sum of RGB (Red+Green+Blue) = 139+246+252=637 (84% of max value = 765). Red value is 139 (54.69% from 255 or 21.82% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BF6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF6FC is #740903. Grayscale: #D6D6D6. Windows color (decimal): -7604484 or 16578187. OLE color: 16578187.

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

Color convert

RGB139246252-
CMYK0.450.0200.01
HSL183.19º94.96%76.67%-
HSV(B)183.19º44.84%98.82%-
XYZ61.1778.43104.01-
YUV214.69149.0574.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 21.82%
GREEN value IS 246 (96.48% from 255) = 38.62%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=21.82%
G=38.62%
B=39.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392462520.450.0200.01183.1994.9676.67
Hex8BF6FC2D201b75f4d
Octal21336637455201267137115
Binary10001011111101101111110010110110011011011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,246,252); }

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

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

 a { background-color: rgb(139,246,252); }

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

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

 span { border-color: rgb(139,246,252); }

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