#8BFFF5

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

Shades of Electric Blue #8BFFF5

Tints of Electric Blue #8BFFF5

Color information

#8BFFF5 (or 0x8BFFF5) is unknown color: approx Electric Blue. HEX triplet: 8B, FF and F5. RGB value is (139,255,245). Sum of RGB (Red+Green+Blue) = 139+255+245=639 (84% of max value = 765). Red value is 139 (54.69% from 255 or 21.75% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFFF5 is #74000A. Grayscale: #DBDBDB. Windows color (decimal): -7602187 or 16121739. OLE color: 16121739.

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

Color convert

RGB139255245-
CMYK0.4500.040
HSL174.83º100%77.25%-
HSV(B)174.83º45.49%100%-
XYZ62.8983.699.21-
YUV219.18142.5770.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 21.75%
GREEN value IS 255 (100% from 255) = 39.91%
BLUE value IS 245 (96.09% from 255) = 38.34%
R=21.75%
G=39.91%
B=38.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1392552450.4500.040174.8310077.25
Hex8BFFF52D040af644d
Octal21337736555040257144115
Binary100010111111111111110101101101010001010111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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