#7BF7FB

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

Shades of Electric Blue #7BF7FB

Tints of Electric Blue #7BF7FB

Color information

#7BF7FB (or 0x7BF7FB) is unknown color: approx Electric Blue. HEX triplet: 7B, F7 and FB. RGB value is (123,247,251). Sum of RGB (Red+Green+Blue) = 123+247+251=621 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.81% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #7BF7FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF7FB is #840804. Grayscale: #D2D2D2. Windows color (decimal): -8652805 or 16512891. OLE color: 16512891.

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

Color convert

RGB123247251-
CMYK0.510.0200.02
HSL181.88º94.12%73.33%-
HSV(B)181.88º51%98.43%-
XYZ58.8477.7103.16-
YUV210.38150.9265.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 19.81%
GREEN value IS 247 (96.88% from 255) = 39.77%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=19.81%
G=39.77%
B=40.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1232472510.510.0200.02181.8894.1273.33
Hex7BF7FB33202b65e49
Octal17336737363202266136111
Binary11110111111011111111011110011100101011011010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,247,251); }

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

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

 a { background-color: rgb(123,247,251); }

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

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

 span { border-color: rgb(123,247,251); }

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