#7BF2EC

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

Shades of Electric Blue #7BF2EC

Tints of Electric Blue #7BF2EC

Color information

#7BF2EC (or 0x7BF2EC) is unknown color: approx Electric Blue. HEX triplet: 7B, F2 and EC. RGB value is (123,242,236). Sum of RGB (Red+Green+Blue) = 123+242+236=601 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.47% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF2EC is #840D13. Grayscale: #CDCDCD. Windows color (decimal): -8654100 or 15528571. OLE color: 15528571.

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

Color convert

RGB123242236-
CMYK0.4900.020.05
HSL176.97º82.07%71.57%-
HSV(B)176.97º49.17%94.9%-
XYZ55.0673.7790.69-
YUV205.74145.0868.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.47%
GREEN value IS 242 (94.92% from 255) = 40.27%
BLUE value IS 236 (92.58% from 255) = 39.27%
R=20.47%
G=40.27%
B=39.27%

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
Decimal1232422360.4900.020.05176.9782.0771.57
Hex7BF2EC31025b15248
Octal17336235461025261122110
Binary111101111110010111011001100010101011011000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,242,236); }

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

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

 a { background-color: rgb(123,242,236); }

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

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

 span { border-color: rgb(123,242,236); }

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