#8BF9FE

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

Shades of Electric Blue #8BF9FE

Tints of Electric Blue #8BF9FE

Color information

#8BF9FE (or 0x8BF9FE) is unknown color: approx Electric Blue. HEX triplet: 8B, F9 and FE. RGB value is (139,249,254). Sum of RGB (Red+Green+Blue) = 139+249+254=642 (85% of max value = 765). Red value is 139 (54.69% from 255 or 21.65% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BF9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF9FE is #740601. Grayscale: #D8D8D8. Windows color (decimal): -7603714 or 16710027. OLE color: 16710027.

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

Color convert

RGB139249254-
CMYK0.450.0200.00
HSL182.61º98.29%77.06%-
HSV(B)182.61º45.28%99.61%-
XYZ62.4180.4105.99-
YUV216.68149.0672.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 21.65%
GREEN value IS 249 (97.66% from 255) = 38.79%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=21.65%
G=38.79%
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.00
SystemRedGreenBlueCMYKHSL
Decimal1392492540.450.0200.00182.6198.2977.06
Hex8BF9FE2D200b7624d
Octal21337137655200267142115
Binary10001011111110011111111010110110001011011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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