#77F6FA

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

Shades of Electric Blue #77F6FA

Tints of Electric Blue #77F6FA

Color information

#77F6FA (or 0x77F6FA) is unknown color: approx Electric Blue. HEX triplet: 77, F6 and FA. RGB value is (119,246,250). Sum of RGB (Red+Green+Blue) = 119+246+250=615 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.35% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #77F6FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F6FA is #880905. Grayscale: #D0D0D0. Windows color (decimal): -8915206 or 16447095. OLE color: 16447095.

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

Color convert

RGB119246250-
CMYK0.520.0200.02
HSL181.83º92.91%72.35%-
HSV(B)181.83º52.4%98.04%-
XYZ57.8276.74102.21-
YUV208.48151.4264.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.35%
GREEN value IS 246 (96.48% from 255) = 40%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=19.35%
G=40%
B=40.65%

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
Decimal1192462500.520.0200.02181.8392.9172.35
Hex77F6FA34202b65d48
Octal16736637264202266135110
Binary11101111111011011111010110100100101011011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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