#8BFEEE

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

Shades of Electric Blue #8BFEEE

Tints of Electric Blue #8BFEEE

Color information

#8BFEEE (or 0x8BFEEE) is unknown color: approx Electric Blue. HEX triplet: 8B, FE and EE. RGB value is (139,254,238). Sum of RGB (Red+Green+Blue) = 139+254+238=631 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.03% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFEEE is #740111. Grayscale: #D9D9D9. Windows color (decimal): -7602450 or 15662731. OLE color: 15662731.

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

Color convert

RGB139254238-
CMYK0.4500.060.00
HSL171.65º98.29%77.06%-
HSV(B)171.65º45.28%99.61%-
XYZ61.5282.5593.58-
YUV217.79139.471.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.03%
GREEN value IS 254 (99.61% from 255) = 40.25%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=22.03%
G=40.25%
B=37.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1392542380.4500.060.00171.6598.2977.06
Hex8BFEEE2D060ac624d
Octal21337635655060254142115
Binary100010111111111011101110101101011001010110011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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