#7BF3EF

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

Shades of Electric Blue #7BF3EF

Tints of Electric Blue #7BF3EF

Color information

#7BF3EF (or 0x7BF3EF) is unknown color: approx Electric Blue. HEX triplet: 7B, F3 and EF. RGB value is (123,243,239). Sum of RGB (Red+Green+Blue) = 123+243+239=605 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.33% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 243 - color contains mainly: green. Hex color #7BF3EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF3EF is #840C10. Grayscale: #CECECE. Windows color (decimal): -8653841 or 15725435. OLE color: 15725435.

HSL color Cylindrical-coordinate representation of color #7BF3EF: hue angle of 178º 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 #7BF3EF is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB123243239-
CMYK0.4900.020.05
HSL178º83.33%71.76%-
HSV(B)178º49.38%95.29%-
XYZ55.874.5493.11-
YUV206.66146.2468.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.33%
GREEN value IS 243 (95.31% from 255) = 40.17%
BLUE value IS 239 (93.75% from 255) = 39.50%
R=20.33%
G=40.17%
B=39.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232432390.4900.020.0517883.3371.76
Hex7BF3EF31025b25348
Octal17336335761025262123110
Binary111101111110011111011111100010101011011001010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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