#8BFBEE

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

Shades of Electric Blue #8BFBEE

Tints of Electric Blue #8BFBEE

Color information

#8BFBEE (or 0x8BFBEE) is unknown color: approx Electric Blue. HEX triplet: 8B, FB and EE. RGB value is (139,251,238). Sum of RGB (Red+Green+Blue) = 139+251+238=628 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.13% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFBEE is #740411. Grayscale: #D7D7D7. Windows color (decimal): -7603218 or 15661963. OLE color: 15661963.

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

Color convert

RGB139251238-
CMYK0.4500.050.02
HSL173.04º93.33%76.47%-
HSV(B)173.04º44.62%98.43%-
XYZ60.5880.6693.26-
YUV216.03140.3973.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.13%
GREEN value IS 251 (98.44% from 255) = 39.97%
BLUE value IS 238 (93.36% from 255) = 37.90%
R=22.13%
G=39.97%
B=37.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392512380.4500.050.02173.0493.3376.47
Hex8BFBEE2D052ad5d4c
Octal21337335655052255135114
Binary1000101111111011111011101011010101101010110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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