Html Css Color HEX #77FAFF Electric Blue

📋 copy color: '#77FAFF'

red 119 ◦ green 250 ◦ blue 255

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

Shades of Electric Blue #77FAFF

Tints of Electric Blue #77FAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.06%

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

R = 19.07%
G = 40.06%
B = 40.87%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#77FAFF (or 0x77FAFF) is known color: Electric Blue. HEX triplet: 77, FA and FF. RGB value is (119,250,255). Sum of RGB (Red+Green+Blue) = 119+250+255=624 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.07% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #77FAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FAFF is #880500. Grayscale: #D3D3D3. Windows color (decimal): -8914177 or 16775799. OLE color: 16775799.

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

Color convert

RGB 119 250 255 -
CMYK 0.53 0.02 0 0
HSL 182.21º 1% 0.73% -
HSV(B) 182.21º 0.53% 1% -
XYZ 59.84 79.51 106.8 -
YUV 211.4 152.6 62.09 -
System Red Green Blue C M Y K H S L
Decimal 119 250 255 0.53 0.02 0 0 182.21 1 0.73
Hex 77 FA FF 35 2 0 0 B6 64 49
Octal 167 372 377 65 2 0 0 266 144 111
Binary 1110111 11111010 11111111 110101 10 0 0 10110110 1100100 1001001

Color Harmonies of #77FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FAFF

Black with #77FAFF

Text Example


Text Example

White with #77FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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