Html Css Color HEX #77F2EC Electric Blue

📋 copy color: '#77F2EC'

red 119 ◦ green 242 ◦ blue 236

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

Shades of Electric Blue #77F2EC

Tints of Electric Blue #77F2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.54%

 BLUE value IS 236 (92.58% from 255) = 39.53%

R = 19.93%
G = 40.54%
B = 39.53%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#77F2EC (or 0x77F2EC) is known color: Electric Blue. HEX triplet: 77, F2 and EC. RGB value is (119,242,236). Sum of RGB (Red+Green+Blue) = 119+242+236=597 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.93% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #77F2EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F2EC is #880D13. Grayscale: #CCCCCC. Windows color (decimal): -8916244 or 15528567. OLE color: 15528567.

HSL color Cylindrical-coordinate representation of color #77F2EC: hue angle of 177.07º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77F2EC is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 242 236 -
CMYK 0.51 0 0.02 0.05
HSL 177.07º 0.83% 0.71% -
HSV(B) 177.07º 0.51% 0.95% -
XYZ 54.5 73.48 90.67 -
YUV 204.54 145.75 66.99 -
System Red Green Blue C M Y K H S L
Decimal 119 242 236 0.51 0 0.02 0.05 177.07 0.83 0.71
Hex 77 F2 EC 33 0 2 5 B1 53 47
Octal 167 362 354 63 0 2 5 261 123 107
Binary 1110111 11110010 11101100 110011 0 10 101 10110001 1010011 1000111

Color Harmonies of #77F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F2EC

Black with #77F2EC

Text Example


Text Example

White with #77F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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