Shades of Maya Blue #77ABFF
Tints of Maya Blue #77ABFF
RGB
CMYK
RGB Variations
Color information
#77ABFF (or 0x77ABFF) is known color: Maya Blue. HEX triplet: 77, AB and FF. RGB value is (119,171,255). Sum of RGB (Red+Green+Blue) = 119+171+255=545 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.83% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #77ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ABFF is #885400. Grayscale: #A4A4A4. Windows color (decimal): -8934401 or 16755575. OLE color: 16755575.
HSL color Cylindrical-coordinate representation of color #77ABFF: hue angle of 217.06º 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 #77ABFF is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 171 | 255 | - |
| CMYK | 0.53 | 0.33 | 0 | 0 |
| HSL | 217.06º | 1% | 0.73% | - |
| HSV(B) | 217.06º | 0.53% | 1% | - |
| XYZ | 40.22 | 40.27 | 100.26 | - |
| YUV | 165.03 | 178.77 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 255 | 0.53 | 0.33 | 0 | 0 | 217.06 | 1 | 0.73 |
| Hex | 77 | AB | FF | 35 | 21 | 0 | 0 | D9 | 64 | 49 |
| Octal | 167 | 253 | 377 | 65 | 41 | 0 | 0 | 331 | 144 | 111 |
| Binary | 1110111 | 10101011 | 11111111 | 110101 | 100001 | 0 | 0 | 11011001 | 1100100 | 1001001 |
Color Harmonies of #77ABFF
Complementary color
Monochromatic Colors of #77ABFF
Black with #77ABFF
Text Example
Text Example
White with #77ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ABFF; }
p { color: rgb(119,171,255); }
H1.HeaderClassName
{
color: #77ABFF;
}
.AnyTagClassName
{
color: #77ABFF;
}
</style>
background-color css
<style>
a { background-color: #77ABFF; }
a { background-color: rgb(119,171,255); }
div.DivClassName
{
background-color: #77ABFF;
}
.BgClassName
{
background-color: #77ABFF;
}
</style>
border-color css
<style>
span { border-color: #77ABFF; }
span { border-color: rgb(119,171,255); }
td.TdClassName
{
border-color: #77ABFF;
}
.TagClassName
{
border-color: #77ABFF;
}
</style>