#8BFAED

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

Shades of Electric Blue #8BFAED

Tints of Electric Blue #8BFAED

Color information

#8BFAED (or 0x8BFAED) is unknown color: approx Electric Blue. HEX triplet: 8B, FA and ED. RGB value is (139,250,237). Sum of RGB (Red+Green+Blue) = 139+250+237=626 (82% of max value = 765). Red value is 139 (54.69% from 255 or 22.20% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFAED is #740512. Grayscale: #D7D7D7. Windows color (decimal): -7603475 or 15596171. OLE color: 15596171.

HSL color Cylindrical-coordinate representation of color #8BFAED: hue angle of 172.97º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BFAED is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB139250237-
CMYK0.4400.050.02
HSL172.97º91.74%76.27%-
HSV(B)172.97º44.4%98.04%-
XYZ60.1279.9792.39-
YUV215.33140.2373.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.20%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=22.20%
G=39.94%
B=37.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392502370.4400.050.02172.9791.7476.27
Hex8BFAED2C052ad5c4c
Octal21337235554052255134114
Binary1000101111111010111011011011000101101010110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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