Html Css Color HEX #77E7FB Electric Blue

📋 copy color: '#77E7FB'

red 119 ◦ green 231 ◦ blue 251

#77E7FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #77E7FB

Tints of Electric Blue #77E7FB

RGB

 RED value IS 119 (46.88% from 255) = 19.8%

 GREEN value IS 231 (90.63% from 255) = 38.44%

 BLUE value IS 251 (98.44% from 255) = 41.76%

R = 19.8%
G = 38.44%
B = 41.76%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77E7FB (or 0x77E7FB) is known color: 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

RGB 119 231 251 -
CMYK 0.53 0.08 0 0.02
HSL 189.09º 0.94% 0.73% -
HSV(B) 189.09º 0.53% 0.98% -
XYZ 53.6 68.04 101.57 -
YUV 199.79 156.89 70.37 -
System Red Green Blue C M Y K H S L
Decimal 119 231 251 0.53 0.08 0 0.02 189.09 0.94 0.73
Hex 77 E7 FB 35 8 0 2 BD 5E 49
Octal 167 347 373 65 10 0 2 275 136 111
Binary 1110111 11100111 11111011 110101 1000 0 10 10111101 1011110 1001001

Color Harmonies of #77E7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77E7FB

Black with #77E7FB

Text Example


Text Example

White with #77E7FB

Text Example


Text Example

HTML Codes & Css Web 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>