Html Css Color HEX #77F2EF Electric Blue

📋 copy color: '#77F2EF'

red 119 ◦ green 242 ◦ blue 239

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

Shades of Electric Blue #77F2EF

Tints of Electric Blue #77F2EF

RGB

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

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

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

R = 19.83%
G = 40.33%
B = 39.83%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#77F2EF (or 0x77F2EF) is known color: Electric Blue. HEX triplet: 77, F2 and EF. RGB value is (119,242,239). Sum of RGB (Red+Green+Blue) = 119+242+239=600 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.83% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #77F2EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F2EF is #880D10. Grayscale: #CCCCCC. Windows color (decimal): -8916241 or 15725175. OLE color: 15725175.

HSL color Cylindrical-coordinate representation of color #77F2EF: hue angle of 178.54º 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 #77F2EF is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 242 239 -
CMYK 0.51 0 0.01 0.05
HSL 178.54º 0.83% 0.71% -
HSV(B) 178.54º 0.51% 0.95% -
XYZ 54.94 73.66 92.98 -
YUV 204.88 147.25 66.74 -
System Red Green Blue C M Y K H S L
Decimal 119 242 239 0.51 0 0.01 0.05 178.54 0.83 0.71
Hex 77 F2 EF 33 0 1 5 B3 53 47
Octal 167 362 357 63 0 1 5 263 123 107
Binary 1110111 11110010 11101111 110011 0 1 101 10110011 1010011 1000111

Color Harmonies of #77F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F2EF

Black with #77F2EF

Text Example


Text Example

White with #77F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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