Html Css Color HEX #77EFF7 Electric Blue

📋 copy color: '#77EFF7'

red 119 ◦ green 239 ◦ blue 247

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

Shades of Electric Blue #77EFF7

Tints of Electric Blue #77EFF7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.5%

 BLUE value IS 247 (96.88% from 255) = 40.83%

R = 19.67%
G = 39.5%
B = 40.83%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#77EFF7 (or 0x77EFF7) is known color: Electric Blue. HEX triplet: 77, EF and F7. RGB value is (119,239,247). Sum of RGB (Red+Green+Blue) = 119+239+247=605 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.67% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 247 - color contains mainly: blue. Hex color #77EFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EFF7 is #881008. Grayscale: #CBCBCB. Windows color (decimal): -8917001 or 16248695. OLE color: 16248695.

HSL color Cylindrical-coordinate representation of color #77EFF7: hue angle of 183.75º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77EFF7 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 119 239 247 -
CMYK 0.52 0.03 0 0.03
HSL 183.75º 0.89% 0.72% -
HSV(B) 183.75º 0.52% 0.97% -
XYZ 55.26 72.37 99.05 -
YUV 204.03 152.24 67.35 -
System Red Green Blue C M Y K H S L
Decimal 119 239 247 0.52 0.03 0 0.03 183.75 0.89 0.72
Hex 77 EF F7 34 3 0 3 B8 59 48
Octal 167 357 367 64 3 0 3 270 131 110
Binary 1110111 11101111 11110111 110100 11 0 11 10111000 1011001 1001000

Color Harmonies of #77EFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EFF7

Black with #77EFF7

Text Example


Text Example

White with #77EFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,239,247); }

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

background-color css

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

 a { background-color: rgb(119,239,247); }

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

border-color css

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

 span { border-color: rgb(119,239,247); }

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