Html Css Color HEX #77FDFF Electric Blue

📋 copy color: '#77FDFF'

red 119 ◦ green 253 ◦ blue 255

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

Shades of Electric Blue #77FDFF

Tints of Electric Blue #77FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.35%

 BLUE value IS 255 (100% from 255) = 40.67%

R = 18.98%
G = 40.35%
B = 40.67%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#77FDFF (or 0x77FDFF) is known color: Electric Blue. HEX triplet: 77, FD and FF. RGB value is (119,253,255). Sum of RGB (Red+Green+Blue) = 119+253+255=627 (83% of max value = 765). Red value is 119 (46.88% from 255 or 18.98% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #77FDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FDFF is #880200. Grayscale: #D5D5D5. Windows color (decimal): -8913409 or 16776567. OLE color: 16776567.

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

Color convert

RGB 119 253 255 -
CMYK 0.53 0.01 0 0
HSL 180.88º 1% 0.73% -
HSV(B) 180.88º 0.53% 1% -
XYZ 60.78 81.39 107.11 -
YUV 213.16 151.61 60.84 -
System Red Green Blue C M Y K H S L
Decimal 119 253 255 0.53 0.01 0 0 180.88 1 0.73
Hex 77 FD FF 35 1 0 0 B5 64 49
Octal 167 375 377 65 1 0 0 265 144 111
Binary 1110111 11111101 11111111 110101 1 0 0 10110101 1100100 1001001

Color Harmonies of #77FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FDFF

Black with #77FDFF

Text Example


Text Example

White with #77FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,253,255); }

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

background-color css

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

 a { background-color: rgb(119,253,255); }

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

border-color css

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

 span { border-color: rgb(119,253,255); }

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