Shades of Maya Blue #77B2FC
Tints of Maya Blue #77B2FC
RGB
CMYK
RGB Variations
Color information
#77B2FC (or 0x77B2FC) is known color: Maya Blue. HEX triplet: 77, B2 and FC. RGB value is (119,178,252). Sum of RGB (Red+Green+Blue) = 119+178+252=549 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.68% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #77B2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77B2FC is #884D03. Grayscale: #A8A8A8. Windows color (decimal): -8932612 or 16560759. OLE color: 16560759.
HSL color Cylindrical-coordinate representation of color #77B2FC: hue angle of 213.38º 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 #77B2FC is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 178 | 252 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.01 |
| HSL | 213.38º | 0.96% | 0.73% | - |
| HSV(B) | 213.38º | 0.53% | 0.99% | - |
| XYZ | 41.1 | 42.79 | 98.19 | - |
| YUV | 168.8 | 174.95 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 178 | 252 | 0.53 | 0.29 | 0 | 0.01 | 213.38 | 0.96 | 0.73 |
| Hex | 77 | B2 | FC | 35 | 1D | 0 | 1 | D5 | 60 | 49 |
| Octal | 167 | 262 | 374 | 65 | 35 | 0 | 1 | 325 | 140 | 111 |
| Binary | 1110111 | 10110010 | 11111100 | 110101 | 11101 | 0 | 1 | 11010101 | 1100000 | 1001001 |
Color Harmonies of #77B2FC
Complementary color
Monochromatic Colors of #77B2FC
Black with #77B2FC
Text Example
Text Example
White with #77B2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B2FC; }
p { color: rgb(119,178,252); }
H1.HeaderClassName
{
color: #77B2FC;
}
.AnyTagClassName
{
color: #77B2FC;
}
</style>
background-color css
<style>
a { background-color: #77B2FC; }
a { background-color: rgb(119,178,252); }
div.DivClassName
{
background-color: #77B2FC;
}
.BgClassName
{
background-color: #77B2FC;
}
</style>
border-color css
<style>
span { border-color: #77B2FC; }
span { border-color: rgb(119,178,252); }
td.TdClassName
{
border-color: #77B2FC;
}
.TagClassName
{
border-color: #77B2FC;
}
</style>