Html Css Color HEX #77F2E7 Electric Blue

📋 copy color: '#77F2E7'

red 119 ◦ green 242 ◦ blue 231

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

Shades of Electric Blue #77F2E7

Tints of Electric Blue #77F2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.02%

R = 20.1%
G = 40.88%
B = 39.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#77F2E7 (or 0x77F2E7) is known color: Electric Blue. HEX triplet: 77, F2 and E7. RGB value is (119,242,231). Sum of RGB (Red+Green+Blue) = 119+242+231=592 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.10% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 231 (90.62% from 255 or 39.02% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #77F2E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F2E7 is #880D18. Grayscale: #CBCBCB. Windows color (decimal): -8916249 or 15200887. OLE color: 15200887.

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

Color convert

RGB 119 242 231 -
CMYK 0.51 0 0.05 0.05
HSL 174.63º 0.83% 0.71% -
HSV(B) 174.63º 0.51% 0.95% -
XYZ 53.78 73.2 86.89 -
YUV 203.97 143.25 67.39 -
System Red Green Blue C M Y K H S L
Decimal 119 242 231 0.51 0 0.05 0.05 174.63 0.83 0.71
Hex 77 F2 E7 33 0 5 5 AF 53 47
Octal 167 362 347 63 0 5 5 257 123 107
Binary 1110111 11110010 11100111 110011 0 101 101 10101111 1010011 1000111

Color Harmonies of #77F2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F2E7

Black with #77F2E7

Text Example


Text Example

White with #77F2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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