#7BFAED

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

Shades of Electric Blue #7BFAED

Tints of Electric Blue #7BFAED

Color information

#7BFAED (or 0x7BFAED) is unknown color: approx Electric Blue. HEX triplet: 7B, FA and ED. RGB value is (123,250,237). Sum of RGB (Red+Green+Blue) = 123+250+237=610 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.16% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFAED is #840512. Grayscale: #D2D2D2. Windows color (decimal): -8652051 or 15596155. OLE color: 15596155.

HSL color Cylindrical-coordinate representation of color #7BFAED: hue angle of 173.86º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFAED is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB123250237-
CMYK0.5100.050.02
HSL173.86º92.7%73.14%-
HSV(B)173.86º50.8%98.04%-
XYZ57.6478.792.27-
YUV210.54142.9265.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.16%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=20.16%
G=40.98%
B=38.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1232502370.5100.050.02173.8692.773.14
Hex7BFAED33052ae5d49
Octal17337235563052256135111
Binary111101111111010111011011100110101101010111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,250,237); }

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

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

 a { background-color: rgb(123,250,237); }

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

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

 span { border-color: rgb(123,250,237); }

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