Html Css Color HEX #77ECEF Electric Blue

📋 copy color: '#77ECEF'

red 119 ◦ green 236 ◦ blue 239

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

Shades of Electric Blue #77ECEF

Tints of Electric Blue #77ECEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.24%

R = 20.03%
G = 39.73%
B = 40.24%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#77ECEF (or 0x77ECEF) is known color: Electric Blue. HEX triplet: 77, EC and EF. RGB value is (119,236,239). Sum of RGB (Red+Green+Blue) = 119+236+239=594 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.03% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #77ECEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77ECEF is #881310. Grayscale: #C9C9C9. Windows color (decimal): -8917777 or 15723639. OLE color: 15723639.

HSL color Cylindrical-coordinate representation of color #77ECEF: hue angle of 181.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77ECEF is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 236 239 -
CMYK 0.50 0.01 0 0.06
HSL 181.5º 0.79% 0.7% -
HSV(B) 181.5º 0.5% 0.94% -
XYZ 53.18 70.14 92.4 -
YUV 201.36 149.24 69.26 -
System Red Green Blue C M Y K H S L
Decimal 119 236 239 0.50 0.01 0 0.06 181.5 0.79 0.7
Hex 77 EC EF 32 1 0 6 B6 4F 46
Octal 167 354 357 62 1 0 6 266 117 106
Binary 1110111 11101100 11101111 110010 1 0 110 10110110 1001111 1000110

Color Harmonies of #77ECEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECEF

Black with #77ECEF

Text Example


Text Example

White with #77ECEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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