Shades of Maya Blue #77B2FA
Tints of Maya Blue #77B2FA
RGB
CMYK
RGB Variations
Color information
#77B2FA (or 0x77B2FA) is known color: Maya Blue. HEX triplet: 77, B2 and FA. RGB value is (119,178,250). Sum of RGB (Red+Green+Blue) = 119+178+250=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #77B2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77B2FA is #884D05. Grayscale: #A8A8A8. Windows color (decimal): -8932614 or 16429687. OLE color: 16429687.
HSL color Cylindrical-coordinate representation of color #77B2FA: hue angle of 212.98º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77B2FA is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 178 | 250 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.02 |
| HSL | 212.98º | 0.93% | 0.72% | - |
| HSV(B) | 212.98º | 0.52% | 0.98% | - |
| XYZ | 40.78 | 42.66 | 96.53 | - |
| YUV | 168.57 | 173.95 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 178 | 250 | 0.52 | 0.29 | 0 | 0.02 | 212.98 | 0.93 | 0.72 |
| Hex | 77 | B2 | FA | 34 | 1D | 0 | 2 | D5 | 5D | 48 |
| Octal | 167 | 262 | 372 | 64 | 35 | 0 | 2 | 325 | 135 | 110 |
| Binary | 1110111 | 10110010 | 11111010 | 110100 | 11101 | 0 | 10 | 11010101 | 1011101 | 1001000 |
Color Harmonies of #77B2FA
Complementary color
Monochromatic Colors of #77B2FA
Black with #77B2FA
Text Example
Text Example
White with #77B2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B2FA; }
p { color: rgb(119,178,250); }
H1.HeaderClassName
{
color: #77B2FA;
}
.AnyTagClassName
{
color: #77B2FA;
}
</style>
background-color css
<style>
a { background-color: #77B2FA; }
a { background-color: rgb(119,178,250); }
div.DivClassName
{
background-color: #77B2FA;
}
.BgClassName
{
background-color: #77B2FA;
}
</style>
border-color css
<style>
span { border-color: #77B2FA; }
span { border-color: rgb(119,178,250); }
td.TdClassName
{
border-color: #77B2FA;
}
.TagClassName
{
border-color: #77B2FA;
}
</style>