#8BFBF9

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

Shades of Electric Blue #8BFBF9

Tints of Electric Blue #8BFBF9

Color information

#8BFBF9 (or 0x8BFBF9) is unknown color: approx Electric Blue. HEX triplet: 8B, FB and F9. RGB value is (139,251,249). Sum of RGB (Red+Green+Blue) = 139+251+249=639 (84% of max value = 765). Red value is 139 (54.69% from 255 or 21.75% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFBF9 is #740406. Grayscale: #D9D9D9. Windows color (decimal): -7603207 or 16382859. OLE color: 16382859.

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

Color convert

RGB139251249-
CMYK0.4500.010.02
HSL178.93º93.33%76.47%-
HSV(B)178.93º44.62%98.43%-
XYZ62.2481.32102.04-
YUV217.28145.8972.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 21.75%
GREEN value IS 251 (98.44% from 255) = 39.28%
BLUE value IS 249 (97.66% from 255) = 38.97%
R=21.75%
G=39.28%
B=38.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392512490.4500.010.02178.9393.3376.47
Hex8BFBF92D012b35d4c
Octal21337337155012263135114
Binary10001011111110111111100110110101101011001110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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