#8BFBFA

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

Shades of Electric Blue #8BFBFA

Tints of Electric Blue #8BFBFA

Color information

#8BFBFA (or 0x8BFBFA) is unknown color: approx Electric Blue. HEX triplet: 8B, FB and FA. RGB value is (139,251,250). Sum of RGB (Red+Green+Blue) = 139+251+250=640 (84% of max value = 765). Red value is 139 (54.69% from 255 or 21.72% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFBFA is #740405. Grayscale: #D9D9D9. Windows color (decimal): -7603206 or 16448395. OLE color: 16448395.

HSL color Cylindrical-coordinate representation of color #8BFBFA: hue angle of 179.46º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFBFA is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB139251250-
CMYK0.4500.000.02
HSL179.46º93.33%76.47%-
HSV(B)179.46º44.62%98.43%-
XYZ62.481.39102.86-
YUV217.4146.3972.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 21.72%
GREEN value IS 251 (98.44% from 255) = 39.22%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=21.72%
G=39.22%
B=39.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392512500.4500.000.02179.4693.3376.47
Hex8BFBFA2D002b35d4c
Octal21337337255002263135114
Binary10001011111110111111101010110100101011001110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,251,250); }

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

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

 a { background-color: rgb(139,251,250); }

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

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

 span { border-color: rgb(139,251,250); }

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