#77F4FA

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

Shades of Electric Blue #77F4FA

Tints of Electric Blue #77F4FA

Color information

#77F4FA (or 0x77F4FA) is unknown color: approx Electric Blue. HEX triplet: 77, F4 and FA. RGB value is (119,244,250). Sum of RGB (Red+Green+Blue) = 119+244+250=613 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.41% from 613); Green value is 244 (95.70% from 255 or 39.80% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #77F4FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F4FA is #880B05. Grayscale: #CFCFCF. Windows color (decimal): -8915718 or 16446583. OLE color: 16446583.

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

Color convert

RGB119244250-
CMYK0.520.0200.02
HSL182.75º92.91%72.35%-
HSV(B)182.75º52.4%98.04%-
XYZ57.2175.53102-
YUV207.31152.0965.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.41%
GREEN value IS 244 (95.70% from 255) = 39.80%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=19.41%
G=39.80%
B=40.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1192442500.520.0200.02182.7592.9172.35
Hex77F4FA34202b75d48
Octal16736437264202267135110
Binary11101111111010011111010110100100101011011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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