#7BEAEF

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

Shades of Electric Blue #7BEAEF

Tints of Electric Blue #7BEAEF

Color information

#7BEAEF (or 0x7BEAEF) is unknown color: approx Electric Blue. HEX triplet: 7B, EA and EF. RGB value is (123,234,239). Sum of RGB (Red+Green+Blue) = 123+234+239=596 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.64% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BEAEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEAEF is #841510. Grayscale: #C9C9C9. Windows color (decimal): -8656145 or 15723131. OLE color: 15723131.

HSL color Cylindrical-coordinate representation of color #7BEAEF: hue angle of 182.59º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BEAEF is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB123234239-
CMYK0.490.0200.06
HSL182.59º78.38%70.98%-
HSV(B)182.59º48.54%93.73%-
XYZ53.1769.2992.23-
YUV201.38149.2372.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.64%
GREEN value IS 234 (91.80% from 255) = 39.26%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=20.64%
G=39.26%
B=40.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232342390.490.0200.06182.5978.3870.98
Hex7BEAEF31206b74e47
Octal17335235761206267116107
Binary111101111101010111011111100011001101011011110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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