Shades of Maya Blue #77B7FA
Tints of Maya Blue #77B7FA
RGB
CMYK
RGB Variations
Color information
#77B7FA (or 0x77B7FA) is known color: Maya Blue. HEX triplet: 77, B7 and FA. RGB value is (119,183,250). Sum of RGB (Red+Green+Blue) = 119+183+250=552 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.56% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #77B7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B7FA is #884805. Grayscale: #ABABAB. Windows color (decimal): -8931334 or 16430967. OLE color: 16430967.
HSL color Cylindrical-coordinate representation of color #77B7FA: hue angle of 210.69º 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 #77B7FA is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 183 | 250 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.02 |
| HSL | 210.69º | 0.93% | 0.72% | - |
| HSV(B) | 210.69º | 0.52% | 0.98% | - |
| XYZ | 41.8 | 44.69 | 96.87 | - |
| YUV | 171.5 | 172.3 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 250 | 0.52 | 0.27 | 0 | 0.02 | 210.69 | 0.93 | 0.72 |
| Hex | 77 | B7 | FA | 34 | 1B | 0 | 2 | D3 | 5D | 48 |
| Octal | 167 | 267 | 372 | 64 | 33 | 0 | 2 | 323 | 135 | 110 |
| Binary | 1110111 | 10110111 | 11111010 | 110100 | 11011 | 0 | 10 | 11010011 | 1011101 | 1001000 |
Color Harmonies of #77B7FA
Complementary color
Monochromatic Colors of #77B7FA
Black with #77B7FA
Text Example
Text Example
White with #77B7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B7FA; }
p { color: rgb(119,183,250); }
H1.HeaderClassName
{
color: #77B7FA;
}
.AnyTagClassName
{
color: #77B7FA;
}
</style>
background-color css
<style>
a { background-color: #77B7FA; }
a { background-color: rgb(119,183,250); }
div.DivClassName
{
background-color: #77B7FA;
}
.BgClassName
{
background-color: #77B7FA;
}
</style>
border-color css
<style>
span { border-color: #77B7FA; }
span { border-color: rgb(119,183,250); }
td.TdClassName
{
border-color: #77B7FA;
}
.TagClassName
{
border-color: #77B7FA;
}
</style>