Html Css Color HEX #77B2FD Maya Blue

📋 copy color: '#77B2FD'

red 119 ◦ green 178 ◦ blue 253

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

Shades of Maya Blue #77B2FD

Tints of Maya Blue #77B2FD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.36%

 BLUE value IS 253 (99.22% from 255) = 46%

R = 21.64%
G = 32.36%
B = 46%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#77B2FD (or 0x77B2FD) is known color: Maya Blue. HEX triplet: 77, B2 and FD. RGB value is (119,178,253). Sum of RGB (Red+Green+Blue) = 119+178+253=550 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.64% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #77B2FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77B2FD is #884D02. Grayscale: #A8A8A8. Windows color (decimal): -8932611 or 16626295. OLE color: 16626295.

HSL color Cylindrical-coordinate representation of color #77B2FD: hue angle of 213.58º degrees, saturation: 0.97, 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 #77B2FD is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 178 253 -
CMYK 0.53 0.30 0 0.01
HSL 213.58º 0.97% 0.73% -
HSV(B) 213.58º 0.53% 0.99% -
XYZ 41.26 42.85 99.03 -
YUV 168.91 175.45 92.4 -
System Red Green Blue C M Y K H S L
Decimal 119 178 253 0.53 0.30 0 0.01 213.58 0.97 0.73
Hex 77 B2 FD 35 1E 0 1 D6 61 49
Octal 167 262 375 65 36 0 1 326 141 111
Binary 1110111 10110010 11111101 110101 11110 0 1 11010110 1100001 1001001

Color Harmonies of #77B2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B2FD

Black with #77B2FD

Text Example


Text Example

White with #77B2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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