#7BFAF6

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

Shades of Electric Blue #7BFAF6

Tints of Electric Blue #7BFAF6

Color information

#7BFAF6 (or 0x7BFAF6) is unknown color: approx Electric Blue. HEX triplet: 7B, FA and F6. RGB value is (123,250,246). Sum of RGB (Red+Green+Blue) = 123+250+246=619 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.87% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 246 (96.48% from 255 or 39.74% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFAF6 is #840509. Grayscale: #D3D3D3. Windows color (decimal): -8652042 or 16185979. OLE color: 16185979.

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

Color convert

RGB123250246-
CMYK0.5100.020.02
HSL178.11º92.7%73.14%-
HSV(B)178.11º50.8%98.04%-
XYZ58.9979.2499.37-
YUV211.57147.4264.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 19.87%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 246 (96.48% from 255) = 39.74%
R=19.87%
G=40.39%
B=39.74%

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
Decimal1232502460.5100.020.02178.1192.773.14
Hex7BFAF633022b25d49
Octal17337236663022262135111
Binary11110111111101011110110110011010101011001010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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