Shades of Maya Blue #77B9FB
Tints of Maya Blue #77B9FB
RGB
CMYK
RGB Variations
Color information
#77B9FB (or 0x77B9FB) is known color: Maya Blue. HEX triplet: 77, B9 and FB. RGB value is (119,185,251). Sum of RGB (Red+Green+Blue) = 119+185+251=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #77B9FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B9FB is #884604. Grayscale: #ACACAC. Windows color (decimal): -8930821 or 16497015. OLE color: 16497015.
HSL color Cylindrical-coordinate representation of color #77B9FB: hue angle of 210º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77B9FB is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 185 | 251 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.02 |
| HSL | 210º | 0.94% | 0.73% | - |
| HSV(B) | 210º | 0.53% | 0.98% | - |
| XYZ | 42.37 | 45.58 | 97.83 | - |
| YUV | 172.79 | 172.13 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 185 | 251 | 0.53 | 0.26 | 0 | 0.02 | 210 | 0.94 | 0.73 |
| Hex | 77 | B9 | FB | 35 | 1A | 0 | 2 | D2 | 5E | 49 |
| Octal | 167 | 271 | 373 | 65 | 32 | 0 | 2 | 322 | 136 | 111 |
| Binary | 1110111 | 10111001 | 11111011 | 110101 | 11010 | 0 | 10 | 11010010 | 1011110 | 1001001 |
Color Harmonies of #77B9FB
Complementary color
Monochromatic Colors of #77B9FB
Black with #77B9FB
Text Example
Text Example
White with #77B9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B9FB; }
p { color: rgb(119,185,251); }
H1.HeaderClassName
{
color: #77B9FB;
}
.AnyTagClassName
{
color: #77B9FB;
}
</style>
background-color css
<style>
a { background-color: #77B9FB; }
a { background-color: rgb(119,185,251); }
div.DivClassName
{
background-color: #77B9FB;
}
.BgClassName
{
background-color: #77B9FB;
}
</style>
border-color css
<style>
span { border-color: #77B9FB; }
span { border-color: rgb(119,185,251); }
td.TdClassName
{
border-color: #77B9FB;
}
.TagClassName
{
border-color: #77B9FB;
}
</style>