#77E7FB

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

Shades of Electric Blue #77E7FB

Tints of Electric Blue #77E7FB

Color information

#77E7FB (or 0x77E7FB) is unknown color: approx Electric Blue. HEX triplet: 77, E7 and FB. RGB value is (119,231,251). Sum of RGB (Red+Green+Blue) = 119+231+251=601 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.80% from 601); Green value is 231 (90.62% from 255 or 38.44% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #77E7FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77E7FB is #881804. Grayscale: #C7C7C7. Windows color (decimal): -8919045 or 16508791. OLE color: 16508791.

HSL color Cylindrical-coordinate representation of color #77E7FB: hue angle of 189.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77E7FB is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB119231251-
CMYK0.530.0800.02
HSL189.09º94.29%72.55%-
HSV(B)189.09º52.59%98.43%-
XYZ53.668.04101.57-
YUV199.79156.8970.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.80%
GREEN value IS 231 (90.62% from 255) = 38.44%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=19.80%
G=38.44%
B=41.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1192312510.530.0800.02189.0994.2972.55
Hex77E7FB35802bd5e49
Octal167347373651002275136111
Binary1110111111001111111101111010110000101011110110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,231,251); }

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

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

 a { background-color: rgb(119,231,251); }

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

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

 span { border-color: rgb(119,231,251); }

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