#7BF2EA

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

Shades of Electric Blue #7BF2EA

Tints of Electric Blue #7BF2EA

Color information

#7BF2EA (or 0x7BF2EA) is unknown color: approx Electric Blue. HEX triplet: 7B, F2 and EA. RGB value is (123,242,234). Sum of RGB (Red+Green+Blue) = 123+242+234=599 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.53% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF2EA is #840D15. Grayscale: #CDCDCD. Windows color (decimal): -8654102 or 15397499. OLE color: 15397499.

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

Color convert

RGB123242234-
CMYK0.4900.030.05
HSL175.97º82.07%71.57%-
HSV(B)175.97º49.17%94.9%-
XYZ54.7773.6689.17-
YUV205.51144.0869.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.53%
GREEN value IS 242 (94.92% from 255) = 40.40%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=20.53%
G=40.40%
B=39.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232422340.4900.030.05175.9782.0771.57
Hex7BF2EA31035b05248
Octal17336235261035260122110
Binary111101111110010111010101100010111011011000010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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