#77F8F4

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

Shades of Electric Blue #77F8F4

Tints of Electric Blue #77F8F4

Color information

#77F8F4 (or 0x77F8F4) is unknown color: approx Electric Blue. HEX triplet: 77, F8 and F4. RGB value is (119,248,244). Sum of RGB (Red+Green+Blue) = 119+248+244=611 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.48% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #77F8F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F8F4 is #88070B. Grayscale: #D0D0D0. Windows color (decimal): -8914700 or 16054391. OLE color: 16054391.

HSL color Cylindrical-coordinate representation of color #77F8F4: hue angle of 178.14º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F8F4 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB119248244-
CMYK0.5200.020.03
HSL178.14º90.21%71.96%-
HSV(B)178.14º52.02%97.25%-
XYZ57.577.5997.53-
YUV208.97147.7663.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.48%
GREEN value IS 248 (97.27% from 255) = 40.59%
BLUE value IS 244 (95.70% from 255) = 39.93%
R=19.48%
G=40.59%
B=39.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1192482440.5200.020.03178.1490.2171.96
Hex77F8F434023b25a48
Octal16737036464023262132110
Binary11101111111100011110100110100010111011001010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,248,244); }

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

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

 a { background-color: rgb(119,248,244); }

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

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

 span { border-color: rgb(119,248,244); }

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