#7BF8EA

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

Shades of Electric Blue #7BF8EA

Tints of Electric Blue #7BF8EA

Color information

#7BF8EA (or 0x7BF8EA) is unknown color: approx Electric Blue. HEX triplet: 7B, F8 and EA. RGB value is (123,248,234). Sum of RGB (Red+Green+Blue) = 123+248+234=605 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.33% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #7BF8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF8EA is #840715. Grayscale: #D0D0D0. Windows color (decimal): -8652566 or 15399035. OLE color: 15399035.

HSL color Cylindrical-coordinate representation of color #7BF8EA: hue angle of 173.28º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF8EA is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB123248234-
CMYK0.5000.060.03
HSL173.28º89.93%72.75%-
HSV(B)173.28º50.4%97.25%-
XYZ56.5977.2989.78-
YUV209.03142.0966.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.33%
GREEN value IS 248 (97.27% from 255) = 40.99%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=20.33%
G=40.99%
B=38.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1232482340.5000.060.03173.2889.9372.75
Hex7BF8EA32063ad5a49
Octal17337035262063255132111
Binary111101111111000111010101100100110111010110110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BF8EA; }

 p { color: rgb(123,248,234); }

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

<style>
 a { background-color: #7BF8EA; }

 a { background-color: rgb(123,248,234); }

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

<style>
 span { border-color: #7BF8EA; }

 span { border-color: rgb(123,248,234); }

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