Html Css Color HEX #77F7F5 Electric Blue

📋 copy color: '#77F7F5'

red 119 ◦ green 247 ◦ blue 245

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

Shades of Electric Blue #77F7F5

Tints of Electric Blue #77F7F5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.43%

 BLUE value IS 245 (96.09% from 255) = 40.1%

R = 19.48%
G = 40.43%
B = 40.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#77F7F5 (or 0x77F7F5) is known color: Electric Blue. HEX triplet: 77, F7 and F5. RGB value is (119,247,245). Sum of RGB (Red+Green+Blue) = 119+247+245=611 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.48% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 247 - color contains mainly: green. Hex color #77F7F5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F7F5 is #88080A. Grayscale: #D0D0D0. Windows color (decimal): -8914955 or 16119671. OLE color: 16119671.

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

Color convert

RGB 119 247 245 -
CMYK 0.52 0 0.01 0.03
HSL 179.06º 0.89% 0.72% -
HSV(B) 179.06º 0.52% 0.97% -
XYZ 57.35 77.04 98.23 -
YUV 208.5 148.59 64.16 -
System Red Green Blue C M Y K H S L
Decimal 119 247 245 0.52 0 0.01 0.03 179.06 0.89 0.72
Hex 77 F7 F5 34 0 1 3 B3 59 48
Octal 167 367 365 64 0 1 3 263 131 110
Binary 1110111 11110111 11110101 110100 0 1 11 10110011 1011001 1001000

Color Harmonies of #77F7F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F7F5

Black with #77F7F5

Text Example


Text Example

White with #77F7F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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