Shades of Maya Blue #77BCFF
Tints of Maya Blue #77BCFF
RGB
CMYK
RGB Variations
Color information
#77BCFF (or 0x77BCFF) is known color: Maya Blue. HEX triplet: 77, BC and FF. RGB value is (119,188,255). Sum of RGB (Red+Green+Blue) = 119+188+255=562 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.17% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #77BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BCFF is #884300. Grayscale: #AEAEAE. Windows color (decimal): -8930049 or 16759927. OLE color: 16759927.
HSL color Cylindrical-coordinate representation of color #77BCFF: hue angle of 209.56º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77BCFF is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 188 | 255 | - |
| CMYK | 0.53 | 0.26 | 0 | 0 |
| HSL | 209.56º | 1% | 0.73% | - |
| HSV(B) | 209.56º | 0.53% | 1% | - |
| XYZ | 43.64 | 47.11 | 101.4 | - |
| YUV | 175.01 | 173.14 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 255 | 0.53 | 0.26 | 0 | 0 | 209.56 | 1 | 0.73 |
| Hex | 77 | BC | FF | 35 | 1A | 0 | 0 | D2 | 64 | 49 |
| Octal | 167 | 274 | 377 | 65 | 32 | 0 | 0 | 322 | 144 | 111 |
| Binary | 1110111 | 10111100 | 11111111 | 110101 | 11010 | 0 | 0 | 11010010 | 1100100 | 1001001 |
Color Harmonies of #77BCFF
Complementary color
Monochromatic Colors of #77BCFF
Black with #77BCFF
Text Example
Text Example
White with #77BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BCFF; }
p { color: rgb(119,188,255); }
H1.HeaderClassName
{
color: #77BCFF;
}
.AnyTagClassName
{
color: #77BCFF;
}
</style>
background-color css
<style>
a { background-color: #77BCFF; }
a { background-color: rgb(119,188,255); }
div.DivClassName
{
background-color: #77BCFF;
}
.BgClassName
{
background-color: #77BCFF;
}
</style>
border-color css
<style>
span { border-color: #77BCFF; }
span { border-color: rgb(119,188,255); }
td.TdClassName
{
border-color: #77BCFF;
}
.TagClassName
{
border-color: #77BCFF;
}
</style>