#8BF5FE

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

Shades of Electric Blue #8BF5FE

Tints of Electric Blue #8BF5FE

Color information

#8BF5FE (or 0x8BF5FE) is unknown color: approx Electric Blue. HEX triplet: 8B, F5 and FE. RGB value is (139,245,254). Sum of RGB (Red+Green+Blue) = 139+245+254=638 (84% of max value = 765). Red value is 139 (54.69% from 255 or 21.79% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BF5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF5FE is #740A01. Grayscale: #D6D6D6. Windows color (decimal): -7604738 or 16709003. OLE color: 16709003.

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

Color convert

RGB139245254-
CMYK0.450.0400.00
HSL184.7º98.29%77.06%-
HSV(B)184.7º45.28%99.61%-
XYZ61.1977.95105.59-
YUV214.33150.3874.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 21.79%
GREEN value IS 245 (96.09% from 255) = 38.40%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=21.79%
G=38.40%
B=39.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1392452540.450.0400.00184.798.2977.06
Hex8BF5FE2D400b9624d
Octal21336537655400271142115
Binary100010111111010111111110101101100001011100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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