Html Css Color HEX #77F7FE Electric Blue

📋 copy color: '#77F7FE'

red 119 ◦ green 247 ◦ blue 254

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

Shades of Electric Blue #77F7FE

Tints of Electric Blue #77F7FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.97%

R = 19.19%
G = 39.84%
B = 40.97%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#77F7FE (or 0x77F7FE) is known color: Electric Blue. HEX triplet: 77, F7 and FE. RGB value is (119,247,254). Sum of RGB (Red+Green+Blue) = 119+247+254=620 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.19% from 620); Green value is 247 (96.88% from 255 or 39.84% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #77F7FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F7FE is #880801. Grayscale: #D1D1D1. Windows color (decimal): -8914946 or 16709495. OLE color: 16709495.

HSL color Cylindrical-coordinate representation of color #77F7FE: hue angle of 183.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77F7FE is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 119 247 254 -
CMYK 0.53 0.03 0 0.00
HSL 183.11º 0.99% 0.73% -
HSV(B) 183.11º 0.53% 1% -
XYZ 58.76 77.6 105.65 -
YUV 209.53 153.09 63.43 -
System Red Green Blue C M Y K H S L
Decimal 119 247 254 0.53 0.03 0 0.00 183.11 0.99 0.73
Hex 77 F7 FE 35 3 0 0 B7 63 49
Octal 167 367 376 65 3 0 0 267 143 111
Binary 1110111 11110111 11111110 110101 11 0 0 10110111 1100011 1001001

Color Harmonies of #77F7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F7FE

Black with #77F7FE

Text Example


Text Example

White with #77F7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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