Html Css Color HEX #77E8FF Electric Blue

📋 copy color: '#77E8FF'

red 119 ◦ green 232 ◦ blue 255

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

Shades of Electric Blue #77E8FF

Tints of Electric Blue #77E8FF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.28%

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

R = 19.64%
G = 38.28%
B = 42.08%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#77E8FF (or 0x77E8FF) is known color: Electric Blue. HEX triplet: 77, E8 and FF. RGB value is (119,232,255). Sum of RGB (Red+Green+Blue) = 119+232+255=606 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.64% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #77E8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77E8FF is #881700. Grayscale: #C8C8C8. Windows color (decimal): -8918785 or 16771191. OLE color: 16771191.

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

Color convert

RGB 119 232 255 -
CMYK 0.53 0.09 0 0
HSL 190.15º 1% 0.73% -
HSV(B) 190.15º 0.53% 1% -
XYZ 54.51 68.86 105.02 -
YUV 200.84 158.56 69.63 -
System Red Green Blue C M Y K H S L
Decimal 119 232 255 0.53 0.09 0 0 190.15 1 0.73
Hex 77 E8 FF 35 9 0 0 BE 64 49
Octal 167 350 377 65 11 0 0 276 144 111
Binary 1110111 11101000 11111111 110101 1001 0 0 10111110 1100100 1001001

Color Harmonies of #77E8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77E8FF

Black with #77E8FF

Text Example


Text Example

White with #77E8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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