Shades of Maya Blue #77C0FF
Tints of Maya Blue #77C0FF
RGB
CMYK
RGB Variations
Color information
#77C0FF (or 0x77C0FF) is known color: Maya Blue. HEX triplet: 77, C0 and FF. RGB value is (119,192,255). Sum of RGB (Red+Green+Blue) = 119+192+255=566 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.02% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #77C0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C0FF is #883F00. Grayscale: #B1B1B1. Windows color (decimal): -8929025 or 16760951. OLE color: 16760951.
HSL color Cylindrical-coordinate representation of color #77C0FF: hue angle of 207.79º 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 #77C0FF is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 192 | 255 | - |
| CMYK | 0.53 | 0.25 | 0 | 0 |
| HSL | 207.79º | 1% | 0.73% | - |
| HSV(B) | 207.79º | 0.53% | 1% | - |
| XYZ | 44.51 | 48.84 | 101.69 | - |
| YUV | 177.36 | 171.82 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 255 | 0.53 | 0.25 | 0 | 0 | 207.79 | 1 | 0.73 |
| Hex | 77 | C0 | FF | 35 | 19 | 0 | 0 | D0 | 64 | 49 |
| Octal | 167 | 300 | 377 | 65 | 31 | 0 | 0 | 320 | 144 | 111 |
| Binary | 1110111 | 11000000 | 11111111 | 110101 | 11001 | 0 | 0 | 11010000 | 1100100 | 1001001 |
Color Harmonies of #77C0FF
Complementary color
Monochromatic Colors of #77C0FF
Black with #77C0FF
Text Example
Text Example
White with #77C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C0FF; }
p { color: rgb(119,192,255); }
H1.HeaderClassName
{
color: #77C0FF;
}
.AnyTagClassName
{
color: #77C0FF;
}
</style>
background-color css
<style>
a { background-color: #77C0FF; }
a { background-color: rgb(119,192,255); }
div.DivClassName
{
background-color: #77C0FF;
}
.BgClassName
{
background-color: #77C0FF;
}
</style>
border-color css
<style>
span { border-color: #77C0FF; }
span { border-color: rgb(119,192,255); }
td.TdClassName
{
border-color: #77C0FF;
}
.TagClassName
{
border-color: #77C0FF;
}
</style>