French Sky Blue (#77b5fe) Web Color For Web Page Design

Everything about French Sky Blue (#77b5fe) and hex colors to enhance web page design and your website development company. Get a multitude of palettes based on one color. Learn how to choose the right hex codes for web page design. Optimize your online projects with the power of triadic, tetradic, analogous colors, and more. Get inspired and design websites with ease for your web development company.

French Sky Blue (#77b5fe) Color Hex

French Sky Blue (#77b5fe) rgb(119, 181, 254)

Color spaces of French Sky Blue (#77b5fe)

RGB119181254
HSL0.590.990.73
HSV21354100
CMYK0.530.290.00 0.00
XYZ42.021044.1254100.0682
Yxy0.22570.2370
Hunter Lab66.4270-3.3300-42.8179
CIE-Lab72.31230.2452-42.1878

Base Numbers

BaseRedGreenBlue
Binary011101111011010111111110
Octal167265376
Decimal119181254
Hex77B5FE

Shades of French Sky Blue (#77b5fe)

Tints of French Sky Blue (#77b5fe)

RGB Percentages of Color French Sky Blue (#77b5fe)

Red
Green
Blue

CMYK Percentages of Color French Sky Blue (#77b5fe)

Cyan
Magenta
Yellow
Black

Analogous Colors of French Sky Blue (#77b5fe)

Triadic Colors of French Sky Blue (#77b5fe) separated with 120° angle

Copied!
HEX toggle hex RGB

Tetradic Colors of French Sky Blue (#77b5fe) separated with 90° angle

Monochromatic Colors of French Sky Blue (#77b5fe)

Complementary Color

Copied!
HEX toggle hex RGB

Pastel variations

Soft variations

Light variations

Hard variations

Pale variations

French Sky Blue (#77b5fe) Color Preview on Black Background

This is French Sky Blue (#77b5fe) on a black background

French Sky Blue (#77b5fe) Color Preview on White Background

This is French Sky Blue (#77b5fe) on a white background

French Sky Blue (#77b5fe) Color CSS Codes

                .bckColor {background-color:#ff0000; } 
                .forColor {color:#ff0000; }
                .bordercolor {border:3px solid #ff0000; }

            

French Sky Blue (#77b5fe) Text Font Color

This is a sample text written with the French Sky Blue (#77b5fe) color.
This is a strong text written with the French Sky Blue (#77b5fe) as well.

French Sky Blue (#77b5fe) Background Color

                <div style="background-color:French Sky Blue (#77b5fe)">
                    Text on the French Sky Blue (#77b5fe) color
                </div>
            

French Sky Blue (#77b5fe) Border Color

<div style="border:3px solid #ff0000">
                  Div here
                </div>
            

Css3 Examples

Text Shadow with RGB Values

                .rgbShadow {
                    text-shadow: 4px 4px 2px rgba(255,0,0, 0.8); } 
                .hexShadow { 
                    text-shadow: 4px 4px 2px #ff0000; }
                .divShadow { 
                    -moz-box-shadow: 1px 1px 3px 2px #ff0000;
                    -webkit-box-shadow: 1px 1px 3px 2px #ff0000;
                    box-shadow:         1px 1px 3px 2px #ff0000; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px rgb(119, 181, 254);">Text here</p>

This is a text with rgb(119, 181, 254) as a shadow color.

Div Box Shadow

                <div style="-moz-box-shadow: 1px 1px 3px 2px #77b5fe;
                  -webkit-box-shadow: 1px 1px 3px 2px #77b5fe;
                  box-shadow:         1px 1px 3px 2px #77b5fe;">
                    Div content here
                </div>
            
An html Div with text shadow using #77b5fe color hex code

Related palettes

Copied!
share
HEX toggle hex RGB
KECOBO