#8BFDED

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

Shades of Electric Blue #8BFDED

Tints of Electric Blue #8BFDED

Color information

#8BFDED (or 0x8BFDED) is unknown color: approx Electric Blue. HEX triplet: 8B, FD and ED. RGB value is (139,253,237). Sum of RGB (Red+Green+Blue) = 139+253+237=629 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.10% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFDED is #740212. Grayscale: #D9D9D9. Windows color (decimal): -7602707 or 15596939. OLE color: 15596939.

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

Color convert

RGB139253237-
CMYK0.4500.060.01
HSL171.58º96.61%76.86%-
HSV(B)171.58º45.06%99.22%-
XYZ61.0681.8592.7-
YUV217.09139.2372.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.10%
GREEN value IS 253 (99.22% from 255) = 40.22%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=22.10%
G=40.22%
B=37.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392532370.4500.060.01171.5896.6176.86
Hex8BFDED2D061ac614d
Octal21337535555061254141115
Binary100010111111110111101101101101011011010110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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