Html Css Color HEX #77B2FB Maya Blue

📋 copy color: '#77B2FB'

red 119 ◦ green 178 ◦ blue 251

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

Shades of Maya Blue #77B2FB

Tints of Maya Blue #77B2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.8%

R = 21.72%
G = 32.48%
B = 45.8%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77B2FB (or 0x77B2FB) is known color: Maya Blue. HEX triplet: 77, B2 and FB. RGB value is (119,178,251). Sum of RGB (Red+Green+Blue) = 119+178+251=548 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.72% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #77B2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77B2FB is #884D04. Grayscale: #A8A8A8. Windows color (decimal): -8932613 or 16495223. OLE color: 16495223.

HSL color Cylindrical-coordinate representation of color #77B2FB: hue angle of 213.18º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77B2FB is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 178 251 -
CMYK 0.53 0.29 0 0.02
HSL 213.18º 0.94% 0.73% -
HSV(B) 213.18º 0.53% 0.98% -
XYZ 40.94 42.73 97.36 -
YUV 168.68 174.45 92.56 -
System Red Green Blue C M Y K H S L
Decimal 119 178 251 0.53 0.29 0 0.02 213.18 0.94 0.73
Hex 77 B2 FB 35 1D 0 2 D5 5E 49
Octal 167 262 373 65 35 0 2 325 136 111
Binary 1110111 10110010 11111011 110101 11101 0 10 11010101 1011110 1001001

Color Harmonies of #77B2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B2FB

Black with #77B2FB

Text Example


Text Example

White with #77B2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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