#7BF6F1

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

Shades of Electric Blue #7BF6F1

Tints of Electric Blue #7BF6F1

Color information

#7BF6F1 (or 0x7BF6F1) is unknown color: approx Electric Blue. HEX triplet: 7B, F6 and F1. RGB value is (123,246,241). Sum of RGB (Red+Green+Blue) = 123+246+241=610 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.16% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #7BF6F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF6F1 is #84090E. Grayscale: #D0D0D0. Windows color (decimal): -8653071 or 15857275. OLE color: 15857275.

HSL color Cylindrical-coordinate representation of color #7BF6F1: hue angle of 177.56º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF6F1 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB123246241-
CMYK0.5000.020.04
HSL177.56º87.23%72.35%-
HSV(B)177.56º50%96.47%-
XYZ5776.4794.98-
YUV208.65146.2566.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.16%
GREEN value IS 246 (96.48% from 255) = 40.33%
BLUE value IS 241 (94.53% from 255) = 39.51%
R=20.16%
G=40.33%
B=39.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1232462410.5000.020.04177.5687.2372.35
Hex7BF6F132024b25748
Octal17336636162024262127110
Binary111101111110110111100011100100101001011001010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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