#7BF2E6

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

Shades of Electric Blue #7BF2E6

Tints of Electric Blue #7BF2E6

Color information

#7BF2E6 (or 0x7BF2E6) is unknown color: approx Electric Blue. HEX triplet: 7B, F2 and E6. RGB value is (123,242,230). Sum of RGB (Red+Green+Blue) = 123+242+230=595 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.67% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF2E6 is #840D19. Grayscale: #CCCCCC. Windows color (decimal): -8654106 or 15135355. OLE color: 15135355.

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

Color convert

RGB123242230-
CMYK0.4900.050.05
HSL173.95º82.07%71.57%-
HSV(B)173.95º49.17%94.9%-
XYZ54.273.4386.18-
YUV205.05142.0869.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.67%
GREEN value IS 242 (94.92% from 255) = 40.67%
BLUE value IS 230 (90.23% from 255) = 38.66%
R=20.67%
G=40.67%
B=38.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232422300.4900.050.05173.9582.0771.57
Hex7BF2E631055ae5248
Octal17336234661055256122110
Binary1111011111100101110011011000101011011010111010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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