Html Css Color HEX #77BAFA Maya Blue

📋 copy color: '#77BAFA'

red 119 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #77BAFA

Tints of Maya Blue #77BAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.51%

 BLUE value IS 250 (98.05% from 255) = 45.05%

R = 21.44%
G = 33.51%
B = 45.05%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77BAFA (or 0x77BAFA) is known color: Maya Blue. HEX triplet: 77, BA and FA. RGB value is (119,186,250). Sum of RGB (Red+Green+Blue) = 119+186+250=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #77BAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BAFA is #884505. Grayscale: #ACACAC. Windows color (decimal): -8930566 or 16431735. OLE color: 16431735.

HSL color Cylindrical-coordinate representation of color #77BAFA: hue angle of 209.31º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77BAFA is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 186 250 -
CMYK 0.52 0.26 0 0.02
HSL 209.31º 0.93% 0.72% -
HSV(B) 209.31º 0.52% 0.98% -
XYZ 42.42 45.94 97.07 -
YUV 173.26 171.3 89.3 -
System Red Green Blue C M Y K H S L
Decimal 119 186 250 0.52 0.26 0 0.02 209.31 0.93 0.72
Hex 77 BA FA 34 1A 0 2 D1 5D 48
Octal 167 272 372 64 32 0 2 321 135 110
Binary 1110111 10111010 11111010 110100 11010 0 10 11010001 1011101 1001000

Color Harmonies of #77BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BAFA

Black with #77BAFA

Text Example


Text Example

White with #77BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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