Html Css Color HEX #77ECF9 Electric Blue

📋 copy color: '#77ECF9'

red 119 ◦ green 236 ◦ blue 249

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

Shades of Electric Blue #77ECF9

Tints of Electric Blue #77ECF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.23%

R = 19.7%
G = 39.07%
B = 41.23%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77ECF9 (or 0x77ECF9) is known color: Electric Blue. HEX triplet: 77, EC and F9. RGB value is (119,236,249). Sum of RGB (Red+Green+Blue) = 119+236+249=604 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.70% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #77ECF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77ECF9 is #881306. Grayscale: #CACACA. Windows color (decimal): -8917767 or 16378999. OLE color: 16378999.

HSL color Cylindrical-coordinate representation of color #77ECF9: hue angle of 186º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77ECF9 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 236 249 -
CMYK 0.52 0.05 0 0.02
HSL 186º 0.92% 0.72% -
HSV(B) 186º 0.52% 0.98% -
XYZ 54.7 70.75 100.4 -
YUV 202.5 154.24 68.44 -
System Red Green Blue C M Y K H S L
Decimal 119 236 249 0.52 0.05 0 0.02 186 0.92 0.72
Hex 77 EC F9 34 5 0 2 BA 5C 48
Octal 167 354 371 64 5 0 2 272 134 110
Binary 1110111 11101100 11111001 110100 101 0 10 10111010 1011100 1001000

Color Harmonies of #77ECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECF9

Black with #77ECF9

Text Example


Text Example

White with #77ECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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