Html Css Color HEX #77F9F7 Electric Blue

📋 copy color: '#77F9F7'

red 119 ◦ green 249 ◦ blue 247

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

Shades of Electric Blue #77F9F7

Tints of Electric Blue #77F9F7

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.49%

 BLUE value IS 247 (96.88% from 255) = 40.16%

R = 19.35%
G = 40.49%
B = 40.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#77F9F7 (or 0x77F9F7) is known color: Electric Blue. HEX triplet: 77, F9 and F7. RGB value is (119,249,247). Sum of RGB (Red+Green+Blue) = 119+249+247=615 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.35% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 247 (96.88% from 255 or 40.16% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #77F9F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F9F7 is #880608. Grayscale: #D1D1D1. Windows color (decimal): -8914441 or 16251255. OLE color: 16251255.

HSL color Cylindrical-coordinate representation of color #77F9F7: hue angle of 179.08º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F9F7 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 249 247 -
CMYK 0.52 0 0.01 0.02
HSL 179.08º 0.92% 0.72% -
HSV(B) 179.08º 0.52% 0.98% -
XYZ 58.27 78.39 100.06 -
YUV 209.9 148.93 63.16 -
System Red Green Blue C M Y K H S L
Decimal 119 249 247 0.52 0 0.01 0.02 179.08 0.92 0.72
Hex 77 F9 F7 34 0 1 2 B3 5C 48
Octal 167 371 367 64 0 1 2 263 134 110
Binary 1110111 11111001 11110111 110100 0 1 10 10110011 1011100 1001000

Color Harmonies of #77F9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F9F7

Black with #77F9F7

Text Example


Text Example

White with #77F9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,249,247); }

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

background-color css

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

 a { background-color: rgb(119,249,247); }

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

border-color css

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

 span { border-color: rgb(119,249,247); }

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