#8BF9FB

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

Shades of Electric Blue #8BF9FB

Tints of Electric Blue #8BF9FB

Color information

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

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

Color convert

RGB139249251-
CMYK0.450.0100.02
HSL181.07º93.33%76.47%-
HSV(B)181.07º44.62%98.43%-
XYZ61.9480.21103.48-
YUV216.34147.5672.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392492510.450.0100.02181.0793.3376.47
Hex8BF9FB2D102b55d4c
Octal21337137355102265135114
Binary10001011111110011111101110110110101011010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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