#77F2F0

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

Shades of Electric Blue #77F2F0

Tints of Electric Blue #77F2F0

Color information

#77F2F0 (or 0x77F2F0) is unknown color: approx Electric Blue. HEX triplet: 77, F2 and F0. RGB value is (119,242,240). Sum of RGB (Red+Green+Blue) = 119+242+240=601 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.80% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #77F2F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F2F0 is #880D0F. Grayscale: #CCCCCC. Windows color (decimal): -8916240 or 15790711. OLE color: 15790711.

HSL color Cylindrical-coordinate representation of color #77F2F0: hue angle of 179.02º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77F2F0 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB119242240-
CMYK0.5100.010.05
HSL179.02º82.55%70.78%-
HSV(B)179.02º50.83%94.9%-
XYZ55.0973.7293.76-
YUV205147.7566.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.80%
GREEN value IS 242 (94.92% from 255) = 40.27%
BLUE value IS 240 (94.14% from 255) = 39.93%
R=19.80%
G=40.27%
B=39.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1192422400.5100.010.05179.0282.5570.78
Hex77F2F033015b35347
Octal16736236063015263123107
Binary11101111111001011110000110011011011011001110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77F2F0; }

 p { color: rgb(119,242,240); }

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

<style>
 a { background-color: #77F2F0; }

 a { background-color: rgb(119,242,240); }

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

<style>
 span { border-color: #77F2F0; }

 span { border-color: rgb(119,242,240); }

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