Html Css Color HEX #77FAFC Electric Blue

📋 copy color: '#77FAFC'

red 119 ◦ green 250 ◦ blue 252

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

Shades of Electric Blue #77FAFC

Tints of Electric Blue #77FAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.58%

R = 19.16%
G = 40.26%
B = 40.58%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#77FAFC (or 0x77FAFC) is known color: Electric Blue. HEX triplet: 77, FA and FC. RGB value is (119,250,252). Sum of RGB (Red+Green+Blue) = 119+250+252=621 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.16% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #77FAFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FAFC is #880503. Grayscale: #D2D2D2. Windows color (decimal): -8914180 or 16579191. OLE color: 16579191.

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

Color convert

RGB 119 250 252 -
CMYK 0.53 0.01 0 0.01
HSL 180.9º 0.96% 0.73% -
HSV(B) 180.9º 0.53% 0.99% -
XYZ 59.36 79.32 104.28 -
YUV 211.06 151.1 62.34 -
System Red Green Blue C M Y K H S L
Decimal 119 250 252 0.53 0.01 0 0.01 180.9 0.96 0.73
Hex 77 FA FC 35 1 0 1 B5 60 49
Octal 167 372 374 65 1 0 1 265 140 111
Binary 1110111 11111010 11111100 110101 1 0 1 10110101 1100000 1001001

Color Harmonies of #77FAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FAFC

Black with #77FAFC

Text Example


Text Example

White with #77FAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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