Html Css Color HEX #77ECF6 Electric Blue

📋 copy color: '#77ECF6'

red 119 ◦ green 236 ◦ blue 246

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

Shades of Electric Blue #77ECF6

Tints of Electric Blue #77ECF6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.27%

 BLUE value IS 246 (96.48% from 255) = 40.93%

R = 19.8%
G = 39.27%
B = 40.93%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#77ECF6 (or 0x77ECF6) is known color: Electric Blue. HEX triplet: 77, EC and F6. RGB value is (119,236,246). Sum of RGB (Red+Green+Blue) = 119+236+246=601 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.80% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 246 (96.48% from 255 or 40.93% from 601); Max value from RGB is 246 - color contains mainly: blue. Hex color #77ECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77ECF6 is #881309. Grayscale: #C9C9C9. Windows color (decimal): -8917770 or 16182391. OLE color: 16182391.

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

Color convert

RGB 119 236 246 -
CMYK 0.52 0.04 0 0.04
HSL 184.72º 0.88% 0.72% -
HSV(B) 184.72º 0.52% 0.96% -
XYZ 54.24 70.57 97.95 -
YUV 202.16 152.74 68.69 -
System Red Green Blue C M Y K H S L
Decimal 119 236 246 0.52 0.04 0 0.04 184.72 0.88 0.72
Hex 77 EC F6 34 4 0 4 B9 58 48
Octal 167 354 366 64 4 0 4 271 130 110
Binary 1110111 11101100 11110110 110100 100 0 100 10111001 1011000 1001000

Color Harmonies of #77ECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECF6

Black with #77ECF6

Text Example


Text Example

White with #77ECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,236,246); }

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

background-color css

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

 a { background-color: rgb(119,236,246); }

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

border-color css

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

 span { border-color: rgb(119,236,246); }

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