#7BF5FA

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

Shades of Electric Blue #7BF5FA

Tints of Electric Blue #7BF5FA

Color information

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

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

Color convert

RGB123245250-
CMYK0.510.0200.02
HSL182.36º92.7%73.14%-
HSV(B)182.36º50.8%98.04%-
XYZ58.0876.42102.13-
YUV209.09151.0866.59-

RGB Variations

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

RGB

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

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
Decimal1232452500.510.0200.02182.3692.773.14
Hex7BF5FA33202b65d49
Octal17336537263202266135111
Binary11110111111010111111010110011100101011011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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