Shades of Maya Blue #77C1FF
Tints of Maya Blue #77C1FF
RGB
CMYK
RGB Variations
Color information
#77C1FF (or 0x77C1FF) is known color: Maya Blue. HEX triplet: 77, C1 and FF. RGB value is (119,193,255). Sum of RGB (Red+Green+Blue) = 119+193+255=567 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.99% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #77C1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C1FF is #883E00. Grayscale: #B1B1B1. Windows color (decimal): -8928769 or 16761207. OLE color: 16761207.
HSL color Cylindrical-coordinate representation of color #77C1FF: hue angle of 207.35º 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 #77C1FF is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 193 | 255 | - |
| CMYK | 0.53 | 0.24 | 0 | 0 |
| HSL | 207.35º | 1% | 0.73% | - |
| HSV(B) | 207.35º | 0.53% | 1% | - |
| XYZ | 44.73 | 49.28 | 101.76 | - |
| YUV | 177.94 | 171.48 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 255 | 0.53 | 0.24 | 0 | 0 | 207.35 | 1 | 0.73 |
| Hex | 77 | C1 | FF | 35 | 18 | 0 | 0 | CF | 64 | 49 |
| Octal | 167 | 301 | 377 | 65 | 30 | 0 | 0 | 317 | 144 | 111 |
| Binary | 1110111 | 11000001 | 11111111 | 110101 | 11000 | 0 | 0 | 11001111 | 1100100 | 1001001 |
Color Harmonies of #77C1FF
Complementary color
Monochromatic Colors of #77C1FF
Black with #77C1FF
Text Example
Text Example
White with #77C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C1FF; }
p { color: rgb(119,193,255); }
H1.HeaderClassName
{
color: #77C1FF;
}
.AnyTagClassName
{
color: #77C1FF;
}
</style>
background-color css
<style>
a { background-color: #77C1FF; }
a { background-color: rgb(119,193,255); }
div.DivClassName
{
background-color: #77C1FF;
}
.BgClassName
{
background-color: #77C1FF;
}
</style>
border-color css
<style>
span { border-color: #77C1FF; }
span { border-color: rgb(119,193,255); }
td.TdClassName
{
border-color: #77C1FF;
}
.TagClassName
{
border-color: #77C1FF;
}
</style>