Shades of Maya Blue #77B5FF
Tints of Maya Blue #77B5FF
RGB
CMYK
RGB Variations
Color information
#77B5FF (or 0x77B5FF) is known color: Maya Blue. HEX triplet: 77, B5 and FF. RGB value is (119,181,255). Sum of RGB (Red+Green+Blue) = 119+181+255=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #77B5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B5FF is #884A00. Grayscale: #AAAAAA. Windows color (decimal): -8931841 or 16758135. OLE color: 16758135.
HSL color Cylindrical-coordinate representation of color #77B5FF: hue angle of 212.65º 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 #77B5FF is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 181 | 255 | - |
| CMYK | 0.53 | 0.29 | 0 | 0 |
| HSL | 212.65º | 1% | 0.73% | - |
| HSV(B) | 212.65º | 0.53% | 1% | - |
| XYZ | 42.18 | 44.19 | 100.91 | - |
| YUV | 170.9 | 175.46 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 255 | 0.53 | 0.29 | 0 | 0 | 212.65 | 1 | 0.73 |
| Hex | 77 | B5 | FF | 35 | 1D | 0 | 0 | D5 | 64 | 49 |
| Octal | 167 | 265 | 377 | 65 | 35 | 0 | 0 | 325 | 144 | 111 |
| Binary | 1110111 | 10110101 | 11111111 | 110101 | 11101 | 0 | 0 | 11010101 | 1100100 | 1001001 |
Color Harmonies of #77B5FF
Complementary color
Monochromatic Colors of #77B5FF
Black with #77B5FF
Text Example
Text Example
White with #77B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B5FF; }
p { color: rgb(119,181,255); }
H1.HeaderClassName
{
color: #77B5FF;
}
.AnyTagClassName
{
color: #77B5FF;
}
</style>
background-color css
<style>
a { background-color: #77B5FF; }
a { background-color: rgb(119,181,255); }
div.DivClassName
{
background-color: #77B5FF;
}
.BgClassName
{
background-color: #77B5FF;
}
</style>
border-color css
<style>
span { border-color: #77B5FF; }
span { border-color: rgb(119,181,255); }
td.TdClassName
{
border-color: #77B5FF;
}
.TagClassName
{
border-color: #77B5FF;
}
</style>