Shades of Maya Blue #77ACFF
Tints of Maya Blue #77ACFF
RGB
CMYK
RGB Variations
Color information
#77ACFF (or 0x77ACFF) is known color: Maya Blue. HEX triplet: 77, AC and FF. RGB value is (119,172,255). Sum of RGB (Red+Green+Blue) = 119+172+255=546 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.79% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #77ACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ACFF is #885300. Grayscale: #A5A5A5. Windows color (decimal): -8934145 or 16755831. OLE color: 16755831.
HSL color Cylindrical-coordinate representation of color #77ACFF: hue angle of 216.62º 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 #77ACFF is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 172 | 255 | - |
| CMYK | 0.53 | 0.33 | 0 | 0 |
| HSL | 216.62º | 1% | 0.73% | - |
| HSV(B) | 216.62º | 0.53% | 1% | - |
| XYZ | 40.41 | 40.65 | 100.32 | - |
| YUV | 165.62 | 178.44 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 172 | 255 | 0.53 | 0.33 | 0 | 0 | 216.62 | 1 | 0.73 |
| Hex | 77 | AC | FF | 35 | 21 | 0 | 0 | D9 | 64 | 49 |
| Octal | 167 | 254 | 377 | 65 | 41 | 0 | 0 | 331 | 144 | 111 |
| Binary | 1110111 | 10101100 | 11111111 | 110101 | 100001 | 0 | 0 | 11011001 | 1100100 | 1001001 |
Color Harmonies of #77ACFF
Complementary color
Monochromatic Colors of #77ACFF
Black with #77ACFF
Text Example
Text Example
White with #77ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ACFF; }
p { color: rgb(119,172,255); }
H1.HeaderClassName
{
color: #77ACFF;
}
.AnyTagClassName
{
color: #77ACFF;
}
</style>
background-color css
<style>
a { background-color: #77ACFF; }
a { background-color: rgb(119,172,255); }
div.DivClassName
{
background-color: #77ACFF;
}
.BgClassName
{
background-color: #77ACFF;
}
</style>
border-color css
<style>
span { border-color: #77ACFF; }
span { border-color: rgb(119,172,255); }
td.TdClassName
{
border-color: #77ACFF;
}
.TagClassName
{
border-color: #77ACFF;
}
</style>