Shades of Maya Blue #77ABFC
Tints of Maya Blue #77ABFC
RGB
CMYK
RGB Variations
Color information
#77ABFC (or 0x77ABFC) is known color: Maya Blue. HEX triplet: 77, AB and FC. RGB value is (119,171,252). Sum of RGB (Red+Green+Blue) = 119+171+252=542 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.96% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #77ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ABFC is #885403. Grayscale: #A4A4A4. Windows color (decimal): -8934404 or 16558967. OLE color: 16558967.
HSL color Cylindrical-coordinate representation of color #77ABFC: hue angle of 216.54º 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 #77ABFC is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 171 | 252 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.01 |
| HSL | 216.54º | 0.96% | 0.73% | - |
| HSV(B) | 216.54º | 0.53% | 0.99% | - |
| XYZ | 39.74 | 40.08 | 97.74 | - |
| YUV | 164.69 | 177.27 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 252 | 0.53 | 0.32 | 0 | 0.01 | 216.54 | 0.96 | 0.73 |
| Hex | 77 | AB | FC | 35 | 20 | 0 | 1 | D9 | 60 | 49 |
| Octal | 167 | 253 | 374 | 65 | 40 | 0 | 1 | 331 | 140 | 111 |
| Binary | 1110111 | 10101011 | 11111100 | 110101 | 100000 | 0 | 1 | 11011001 | 1100000 | 1001001 |
Color Harmonies of #77ABFC
Complementary color
Monochromatic Colors of #77ABFC
Black with #77ABFC
Text Example
Text Example
White with #77ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ABFC; }
p { color: rgb(119,171,252); }
H1.HeaderClassName
{
color: #77ABFC;
}
.AnyTagClassName
{
color: #77ABFC;
}
</style>
background-color css
<style>
a { background-color: #77ABFC; }
a { background-color: rgb(119,171,252); }
div.DivClassName
{
background-color: #77ABFC;
}
.BgClassName
{
background-color: #77ABFC;
}
</style>
border-color css
<style>
span { border-color: #77ABFC; }
span { border-color: rgb(119,171,252); }
td.TdClassName
{
border-color: #77ABFC;
}
.TagClassName
{
border-color: #77ABFC;
}
</style>