Shades of Maya Blue #77B4FF
Tints of Maya Blue #77B4FF
RGB
CMYK
RGB Variations
Color information
#77B4FF (or 0x77B4FF) is known color: Maya Blue. HEX triplet: 77, B4 and FF. RGB value is (119,180,255). Sum of RGB (Red+Green+Blue) = 119+180+255=554 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.48% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #77B4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B4FF is #884B00. Grayscale: #A9A9A9. Windows color (decimal): -8932097 or 16757879. OLE color: 16757879.
HSL color Cylindrical-coordinate representation of color #77B4FF: hue angle of 213.09º 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 #77B4FF is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 180 | 255 | - |
| CMYK | 0.53 | 0.29 | 0 | 0 |
| HSL | 213.09º | 1% | 0.73% | - |
| HSV(B) | 213.09º | 0.53% | 1% | - |
| XYZ | 41.98 | 43.78 | 100.85 | - |
| YUV | 170.31 | 175.79 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 255 | 0.53 | 0.29 | 0 | 0 | 213.09 | 1 | 0.73 |
| Hex | 77 | B4 | FF | 35 | 1D | 0 | 0 | D5 | 64 | 49 |
| Octal | 167 | 264 | 377 | 65 | 35 | 0 | 0 | 325 | 144 | 111 |
| Binary | 1110111 | 10110100 | 11111111 | 110101 | 11101 | 0 | 0 | 11010101 | 1100100 | 1001001 |
Color Harmonies of #77B4FF
Complementary color
Monochromatic Colors of #77B4FF
Black with #77B4FF
Text Example
Text Example
White with #77B4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B4FF; }
p { color: rgb(119,180,255); }
H1.HeaderClassName
{
color: #77B4FF;
}
.AnyTagClassName
{
color: #77B4FF;
}
</style>
background-color css
<style>
a { background-color: #77B4FF; }
a { background-color: rgb(119,180,255); }
div.DivClassName
{
background-color: #77B4FF;
}
.BgClassName
{
background-color: #77B4FF;
}
</style>
border-color css
<style>
span { border-color: #77B4FF; }
span { border-color: rgb(119,180,255); }
td.TdClassName
{
border-color: #77B4FF;
}
.TagClassName
{
border-color: #77B4FF;
}
</style>