#8BFCFE

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

Shades of Electric Blue #8BFCFE

Tints of Electric Blue #8BFCFE

Color information

#8BFCFE (or 0x8BFCFE) is unknown color: approx Electric Blue. HEX triplet: 8B, FC and FE. RGB value is (139,252,254). Sum of RGB (Red+Green+Blue) = 139+252+254=645 (85% of max value = 765). Red value is 139 (54.69% from 255 or 21.55% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BFCFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFCFE is #740301. Grayscale: #DADADA. Windows color (decimal): -7602946 or 16710795. OLE color: 16710795.

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

Color convert

RGB139252254-
CMYK0.450.0100.00
HSL181.04º98.29%77.06%-
HSV(B)181.04º45.28%99.61%-
XYZ63.3582.27106.31-
YUV218.44148.0671.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 21.55%
GREEN value IS 252 (98.83% from 255) = 39.07%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=21.55%
G=39.07%
B=39.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1392522540.450.0100.00181.0498.2977.06
Hex8BFCFE2D100b5624d
Octal21337437655100265142115
Binary1000101111111100111111101011011001011010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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