#7BE3F9

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

Shades of Electric Blue #7BE3F9

Tints of Electric Blue #7BE3F9

Color information

#7BE3F9 (or 0x7BE3F9) is unknown color: approx Electric Blue. HEX triplet: 7B, E3 and F9. RGB value is (123,227,249). Sum of RGB (Red+Green+Blue) = 123+227+249=599 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.53% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #7BE3F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BE3F9 is #841C06. Grayscale: #C6C6C6. Windows color (decimal): -8657927 or 16376699. OLE color: 16376699.

HSL color Cylindrical-coordinate representation of color #7BE3F9: hue angle of 190.48º degrees, saturation: 0.91, 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 #7BE3F9 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB123227249-
CMYK0.510.0900.02
HSL190.48º91.3%72.94%-
HSV(B)190.48º50.6%97.65%-
XYZ52.7465.9999.58-
YUV198.41156.5474.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.53%
GREEN value IS 227 (89.06% from 255) = 37.90%
BLUE value IS 249 (97.66% from 255) = 41.57%
R=20.53%
G=37.90%
B=41.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1232272490.510.0900.02190.4891.372.94
Hex7BE3F933902be5b49
Octal173343371631102276133111
Binary1111011111000111111100111001110010101011111010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,227,249); }

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

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

 a { background-color: rgb(123,227,249); }

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

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

 span { border-color: rgb(123,227,249); }

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