#7BF6F0

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

Shades of Electric Blue #7BF6F0

Tints of Electric Blue #7BF6F0

Color information

#7BF6F0 (or 0x7BF6F0) is unknown color: approx Electric Blue. HEX triplet: 7B, F6 and F0. RGB value is (123,246,240). Sum of RGB (Red+Green+Blue) = 123+246+240=609 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.20% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #7BF6F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF6F0 is #84090F. Grayscale: #D0D0D0. Windows color (decimal): -8653072 or 15791739. OLE color: 15791739.

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

Color convert

RGB123246240-
CMYK0.5000.020.04
HSL177.07º87.23%72.35%-
HSV(B)177.07º50%96.47%-
XYZ56.8576.4194.19-
YUV208.54145.7566.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.20%
GREEN value IS 246 (96.48% from 255) = 40.39%
BLUE value IS 240 (94.14% from 255) = 39.41%
R=20.20%
G=40.39%
B=39.41%

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
Decimal1232462400.5000.020.04177.0787.2372.35
Hex7BF6F032024b15748
Octal17336636062024261127110
Binary111101111110110111100001100100101001011000110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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