#7BFAF4

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

Shades of Electric Blue #7BFAF4

Tints of Electric Blue #7BFAF4

Color information

#7BFAF4 (or 0x7BFAF4) is unknown color: approx Electric Blue. HEX triplet: 7B, FA and F4. RGB value is (123,250,244). Sum of RGB (Red+Green+Blue) = 123+250+244=617 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.94% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 244 (95.70% from 255 or 39.55% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFAF4 is #84050B. Grayscale: #D3D3D3. Windows color (decimal): -8652044 or 16054907. OLE color: 16054907.

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

Color convert

RGB123250244-
CMYK0.5100.020.02
HSL177.17º92.7%73.14%-
HSV(B)177.17º50.8%98.04%-
XYZ58.6879.1197.77-
YUV211.34146.4264.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 19.94%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 244 (95.70% from 255) = 39.55%
R=19.94%
G=40.52%
B=39.55%

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
Decimal1232502440.5100.020.02177.1792.773.14
Hex7BFAF433022b15d49
Octal17337236463022261135111
Binary11110111111101011110100110011010101011000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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