#8BFAFB

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

Shades of Electric Blue #8BFAFB

Tints of Electric Blue #8BFAFB

Color information

#8BFAFB (or 0x8BFAFB) is unknown color: approx Electric Blue. HEX triplet: 8B, FA and FB. RGB value is (139,250,251). Sum of RGB (Red+Green+Blue) = 139+250+251=640 (84% of max value = 765). Red value is 139 (54.69% from 255 or 21.72% from 640); Green value is 250 (98.05% from 255 or 39.06% 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 #8BFAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFAFB is #740504. Grayscale: #D8D8D8. Windows color (decimal): -7603461 or 16513675. OLE color: 16513675.

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

Color convert

RGB139250251-
CMYK0.450.0000.02
HSL180.54º93.33%76.47%-
HSV(B)180.54º44.62%98.43%-
XYZ62.2580.83103.59-
YUV216.92147.2372.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392502510.450.0000.02180.5493.3376.47
Hex8BFAFB2D002b55d4c
Octal21337237355002265135114
Binary10001011111110101111101110110100101011010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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