Html Css Color HEX #77FAFE Electric Blue

📋 copy color: '#77FAFE'

red 119 ◦ green 250 ◦ blue 254

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

Shades of Electric Blue #77FAFE

Tints of Electric Blue #77FAFE

RGB

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

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

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

R = 19.1%
G = 40.13%
B = 40.77%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#77FAFE (or 0x77FAFE) is known color: Electric Blue. HEX triplet: 77, FA and FE. RGB value is (119,250,254). Sum of RGB (Red+Green+Blue) = 119+250+254=623 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.10% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #77FAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FAFE is #880501. Grayscale: #D3D3D3. Windows color (decimal): -8914178 or 16710263. OLE color: 16710263.

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

Color convert

RGB 119 250 254 -
CMYK 0.53 0.02 0 0.00
HSL 181.78º 0.99% 0.73% -
HSV(B) 181.78º 0.53% 1% -
XYZ 59.68 79.45 105.96 -
YUV 211.29 152.1 62.17 -
System Red Green Blue C M Y K H S L
Decimal 119 250 254 0.53 0.02 0 0.00 181.78 0.99 0.73
Hex 77 FA FE 35 2 0 0 B6 63 49
Octal 167 372 376 65 2 0 0 266 143 111
Binary 1110111 11111010 11111110 110101 10 0 0 10110110 1100011 1001001

Color Harmonies of #77FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FAFE

Black with #77FAFE

Text Example


Text Example

White with #77FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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