Shades of Maya Blue #77BAFF
Tints of Maya Blue #77BAFF
RGB
CMYK
RGB Variations
Color information
#77BAFF (or 0x77BAFF) is known color: Maya Blue. HEX triplet: 77, BA and FF. RGB value is (119,186,255). Sum of RGB (Red+Green+Blue) = 119+186+255=560 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.25% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #77BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BAFF is #884500. Grayscale: #ADADAD. Windows color (decimal): -8930561 or 16759415. OLE color: 16759415.
HSL color Cylindrical-coordinate representation of color #77BAFF: hue angle of 210.44º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77BAFF is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 186 | 255 | - |
| CMYK | 0.53 | 0.27 | 0 | 0 |
| HSL | 210.44º | 1% | 0.73% | - |
| HSV(B) | 210.44º | 0.53% | 1% | - |
| XYZ | 43.22 | 46.26 | 101.26 | - |
| YUV | 173.83 | 173.8 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 255 | 0.53 | 0.27 | 0 | 0 | 210.44 | 1 | 0.73 |
| Hex | 77 | BA | FF | 35 | 1B | 0 | 0 | D2 | 64 | 49 |
| Octal | 167 | 272 | 377 | 65 | 33 | 0 | 0 | 322 | 144 | 111 |
| Binary | 1110111 | 10111010 | 11111111 | 110101 | 11011 | 0 | 0 | 11010010 | 1100100 | 1001001 |
Color Harmonies of #77BAFF
Complementary color
Monochromatic Colors of #77BAFF
Black with #77BAFF
Text Example
Text Example
White with #77BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BAFF; }
p { color: rgb(119,186,255); }
H1.HeaderClassName
{
color: #77BAFF;
}
.AnyTagClassName
{
color: #77BAFF;
}
</style>
background-color css
<style>
a { background-color: #77BAFF; }
a { background-color: rgb(119,186,255); }
div.DivClassName
{
background-color: #77BAFF;
}
.BgClassName
{
background-color: #77BAFF;
}
</style>
border-color css
<style>
span { border-color: #77BAFF; }
span { border-color: rgb(119,186,255); }
td.TdClassName
{
border-color: #77BAFF;
}
.TagClassName
{
border-color: #77BAFF;
}
</style>