Html Css Color HEX #77B0FC Maya Blue

📋 copy color: '#77B0FC'

red 119 ◦ green 176 ◦ blue 252

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

Shades of Maya Blue #77B0FC

Tints of Maya Blue #77B0FC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.18%

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

R = 21.76%
G = 32.18%
B = 46.07%

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

#77B0FC (or 0x77B0FC) is known color: Maya Blue. HEX triplet: 77, B0 and FC. RGB value is (119,176,252). Sum of RGB (Red+Green+Blue) = 119+176+252=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #77B0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77B0FC is #884F03. Grayscale: #A7A7A7. Windows color (decimal): -8933124 or 16560247. OLE color: 16560247.

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

Color convert

RGB 119 176 252 -
CMYK 0.53 0.30 0 0.01
HSL 214.29º 0.96% 0.73% -
HSV(B) 214.29º 0.53% 0.99% -
XYZ 40.7 42 98.06 -
YUV 167.62 175.62 93.32 -
System Red Green Blue C M Y K H S L
Decimal 119 176 252 0.53 0.30 0 0.01 214.29 0.96 0.73
Hex 77 B0 FC 35 1E 0 1 D6 60 49
Octal 167 260 374 65 36 0 1 326 140 111
Binary 1110111 10110000 11111100 110101 11110 0 1 11010110 1100000 1001001

Color Harmonies of #77B0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B0FC

Black with #77B0FC

Text Example


Text Example

White with #77B0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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