Html Css Color HEX #77ECFD Electric Blue

📋 copy color: '#77ECFD'

red 119 ◦ green 236 ◦ blue 253

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

Shades of Electric Blue #77ECFD

Tints of Electric Blue #77ECFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.61%

R = 19.57%
G = 38.82%
B = 41.61%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#77ECFD (or 0x77ECFD) is known color: Electric Blue. HEX triplet: 77, EC and FD. RGB value is (119,236,253). Sum of RGB (Red+Green+Blue) = 119+236+253=608 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.57% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #77ECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77ECFD is #881302. Grayscale: #CACACA. Windows color (decimal): -8917763 or 16641143. OLE color: 16641143.

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

Color convert

RGB 119 236 253 -
CMYK 0.53 0.07 0 0.01
HSL 187.61º 0.97% 0.73% -
HSV(B) 187.61º 0.53% 0.99% -
XYZ 55.33 71 103.72 -
YUV 202.96 156.24 68.12 -
System Red Green Blue C M Y K H S L
Decimal 119 236 253 0.53 0.07 0 0.01 187.61 0.97 0.73
Hex 77 EC FD 35 7 0 1 BC 61 49
Octal 167 354 375 65 7 0 1 274 141 111
Binary 1110111 11101100 11111101 110101 111 0 1 10111100 1100001 1001001

Color Harmonies of #77ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECFD

Black with #77ECFD

Text Example


Text Example

White with #77ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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