Shades of Maya Blue #77B1FC
Tints of Maya Blue #77B1FC
RGB
CMYK
RGB Variations
Color information
#77B1FC (or 0x77B1FC) is known color: Maya Blue. HEX triplet: 77, B1 and FC. RGB value is (119,177,252). Sum of RGB (Red+Green+Blue) = 119+177+252=548 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.72% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #77B1FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77B1FC is #884E03. Grayscale: #A7A7A7. Windows color (decimal): -8932868 or 16560503. OLE color: 16560503.
HSL color Cylindrical-coordinate representation of color #77B1FC: hue angle of 213.83º degrees, saturation: 0.96, 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 #77B1FC is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 177 | 252 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.01 |
| HSL | 213.83º | 0.96% | 0.73% | - |
| HSV(B) | 213.83º | 0.53% | 0.99% | - |
| XYZ | 40.9 | 42.39 | 98.12 | - |
| YUV | 168.21 | 175.28 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 177 | 252 | 0.53 | 0.30 | 0 | 0.01 | 213.83 | 0.96 | 0.73 |
| Hex | 77 | B1 | FC | 35 | 1E | 0 | 1 | D6 | 60 | 49 |
| Octal | 167 | 261 | 374 | 65 | 36 | 0 | 1 | 326 | 140 | 111 |
| Binary | 1110111 | 10110001 | 11111100 | 110101 | 11110 | 0 | 1 | 11010110 | 1100000 | 1001001 |
Color Harmonies of #77B1FC
Complementary color
Monochromatic Colors of #77B1FC
Black with #77B1FC
Text Example
Text Example
White with #77B1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B1FC; }
p { color: rgb(119,177,252); }
H1.HeaderClassName
{
color: #77B1FC;
}
.AnyTagClassName
{
color: #77B1FC;
}
</style>
background-color css
<style>
a { background-color: #77B1FC; }
a { background-color: rgb(119,177,252); }
div.DivClassName
{
background-color: #77B1FC;
}
.BgClassName
{
background-color: #77B1FC;
}
</style>
border-color css
<style>
span { border-color: #77B1FC; }
span { border-color: rgb(119,177,252); }
td.TdClassName
{
border-color: #77B1FC;
}
.TagClassName
{
border-color: #77B1FC;
}
</style>