Shades of Maya Blue #77C6FE
Tints of Maya Blue #77C6FE
RGB
CMYK
RGB Variations
Color information
#77C6FE (or 0x77C6FE) is known color: Maya Blue. HEX triplet: 77, C6 and FE. RGB value is (119,198,254). Sum of RGB (Red+Green+Blue) = 119+198+254=571 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.84% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #77C6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C6FE is #883901. Grayscale: #B4B4B4. Windows color (decimal): -8927490 or 16696951. OLE color: 16696951.
HSL color Cylindrical-coordinate representation of color #77C6FE: hue angle of 204.89º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77C6FE is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 198 | 254 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.00 |
| HSL | 204.89º | 0.99% | 0.73% | - |
| HSV(B) | 204.89º | 0.53% | 1% | - |
| XYZ | 45.69 | 51.47 | 101.29 | - |
| YUV | 180.76 | 169.33 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 198 | 254 | 0.53 | 0.22 | 0 | 0.00 | 204.89 | 0.99 | 0.73 |
| Hex | 77 | C6 | FE | 35 | 16 | 0 | 0 | CD | 63 | 49 |
| Octal | 167 | 306 | 376 | 65 | 26 | 0 | 0 | 315 | 143 | 111 |
| Binary | 1110111 | 11000110 | 11111110 | 110101 | 10110 | 0 | 0 | 11001101 | 1100011 | 1001001 |
Color Harmonies of #77C6FE
Complementary color
Monochromatic Colors of #77C6FE
Black with #77C6FE
Text Example
Text Example
White with #77C6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C6FE; }
p { color: rgb(119,198,254); }
H1.HeaderClassName
{
color: #77C6FE;
}
.AnyTagClassName
{
color: #77C6FE;
}
</style>
background-color css
<style>
a { background-color: #77C6FE; }
a { background-color: rgb(119,198,254); }
div.DivClassName
{
background-color: #77C6FE;
}
.BgClassName
{
background-color: #77C6FE;
}
</style>
border-color css
<style>
span { border-color: #77C6FE; }
span { border-color: rgb(119,198,254); }
td.TdClassName
{
border-color: #77C6FE;
}
.TagClassName
{
border-color: #77C6FE;
}
</style>