#7BFAF5

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

Shades of Electric Blue #7BFAF5

Tints of Electric Blue #7BFAF5

Color information

#7BFAF5 (or 0x7BFAF5) is unknown color: approx Electric Blue. HEX triplet: 7B, FA and F5. RGB value is (123,250,245). Sum of RGB (Red+Green+Blue) = 123+250+245=618 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.90% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 245 (96.09% from 255 or 39.64% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFAF5 is #84050A. Grayscale: #D3D3D3. Windows color (decimal): -8652043 or 16120443. OLE color: 16120443.

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

Color convert

RGB123250245-
CMYK0.5100.020.02
HSL177.64º92.7%73.14%-
HSV(B)177.64º50.8%98.04%-
XYZ58.8479.1798.57-
YUV211.46146.9264.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 19.90%
GREEN value IS 250 (98.05% from 255) = 40.45%
BLUE value IS 245 (96.09% from 255) = 39.64%
R=19.90%
G=40.45%
B=39.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1232502450.5100.020.02177.6492.773.14
Hex7BFAF533022b25d49
Octal17337236563022262135111
Binary11110111111101011110101110011010101011001010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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