Html Css Color HEX #77E3FF Electric Blue

📋 copy color: '#77E3FF'

red 119 ◦ green 227 ◦ blue 255

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

Shades of Electric Blue #77E3FF

Tints of Electric Blue #77E3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.77%

 BLUE value IS 255 (100% from 255) = 42.43%

R = 19.8%
G = 37.77%
B = 42.43%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#77E3FF (or 0x77E3FF) is known color: Electric Blue. HEX triplet: 77, E3 and FF. RGB value is (119,227,255). Sum of RGB (Red+Green+Blue) = 119+227+255=601 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.80% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #77E3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77E3FF is #881C00. Grayscale: #C5C5C5. Windows color (decimal): -8920065 or 16769911. OLE color: 16769911.

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

Color convert

RGB 119 227 255 -
CMYK 0.53 0.11 0 0
HSL 192.35º 1% 0.73% -
HSV(B) 192.35º 0.53% 1% -
XYZ 53.13 66.08 104.56 -
YUV 197.9 160.22 71.72 -
System Red Green Blue C M Y K H S L
Decimal 119 227 255 0.53 0.11 0 0 192.35 1 0.73
Hex 77 E3 FF 35 B 0 0 C0 64 49
Octal 167 343 377 65 13 0 0 300 144 111
Binary 1110111 11100011 11111111 110101 1011 0 0 11000000 1100100 1001001

Color Harmonies of #77E3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77E3FF

Black with #77E3FF

Text Example


Text Example

White with #77E3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,227,255); }

 H1.HeaderClassName
 {
   color: #77E3FF;
 }
 .AnyTagClassName
 {
   color: #77E3FF;
 }
</style>

background-color css

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

 a { background-color: rgb(119,227,255); }

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

border-color css

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

 span { border-color: rgb(119,227,255); }

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