Shades of Maya Blue #77AFFD
Tints of Maya Blue #77AFFD
RGB
CMYK
RGB Variations
Color information
#77AFFD (or 0x77AFFD) is known color: Maya Blue. HEX triplet: 77, AF and FD. RGB value is (119,175,253). Sum of RGB (Red+Green+Blue) = 119+175+253=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #77AFFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AFFD is #885002. Grayscale: #A6A6A6. Windows color (decimal): -8933379 or 16625527. OLE color: 16625527.
HSL color Cylindrical-coordinate representation of color #77AFFD: hue angle of 214.93º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77AFFD is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 175 | 253 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.01 |
| HSL | 214.93º | 0.97% | 0.73% | - |
| HSV(B) | 214.93º | 0.53% | 0.99% | - |
| XYZ | 40.67 | 41.67 | 98.83 | - |
| YUV | 167.15 | 176.45 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 253 | 0.53 | 0.31 | 0 | 0.01 | 214.93 | 0.97 | 0.73 |
| Hex | 77 | AF | FD | 35 | 1F | 0 | 1 | D7 | 61 | 49 |
| Octal | 167 | 257 | 375 | 65 | 37 | 0 | 1 | 327 | 141 | 111 |
| Binary | 1110111 | 10101111 | 11111101 | 110101 | 11111 | 0 | 1 | 11010111 | 1100001 | 1001001 |
Color Harmonies of #77AFFD
Complementary color
Monochromatic Colors of #77AFFD
Black with #77AFFD
Text Example
Text Example
White with #77AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFFD; }
p { color: rgb(119,175,253); }
H1.HeaderClassName
{
color: #77AFFD;
}
.AnyTagClassName
{
color: #77AFFD;
}
</style>
background-color css
<style>
a { background-color: #77AFFD; }
a { background-color: rgb(119,175,253); }
div.DivClassName
{
background-color: #77AFFD;
}
.BgClassName
{
background-color: #77AFFD;
}
</style>
border-color css
<style>
span { border-color: #77AFFD; }
span { border-color: rgb(119,175,253); }
td.TdClassName
{
border-color: #77AFFD;
}
.TagClassName
{
border-color: #77AFFD;
}
</style>