#7BF3EA

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

Shades of Electric Blue #7BF3EA

Tints of Electric Blue #7BF3EA

Color information

#7BF3EA (or 0x7BF3EA) is unknown color: approx Electric Blue. HEX triplet: 7B, F3 and EA. RGB value is (123,243,234). Sum of RGB (Red+Green+Blue) = 123+243+234=600 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.5% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #7BF3EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF3EA is #840C15. Grayscale: #CECECE. Windows color (decimal): -8653846 or 15397755. OLE color: 15397755.

HSL color Cylindrical-coordinate representation of color #7BF3EA: hue angle of 175.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF3EA is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB123243234-
CMYK0.4900.040.05
HSL175.5º83.33%71.76%-
HSV(B)175.5º49.38%95.29%-
XYZ55.0774.2589.27-
YUV206.09143.7468.73-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.5%
GREEN value IS 243 (95.31% from 255) = 40.5%
BLUE value IS 234 (91.80% from 255) = 39%
R=20.5%
G=40.5%
B=39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232432340.4900.040.05175.583.3371.76
Hex7BF3EA31045b05348
Octal17336335261045260123110
Binary1111011111100111110101011000101001011011000010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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