Shades of Maya Blue #77C5FF
Tints of Maya Blue #77C5FF
RGB
CMYK
RGB Variations
Color information
#77C5FF (or 0x77C5FF) is known color: Maya Blue. HEX triplet: 77, C5 and FF. RGB value is (119,197,255). Sum of RGB (Red+Green+Blue) = 119+197+255=571 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.84% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #77C5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C5FF is #883A00. Grayscale: #B3B3B3. Windows color (decimal): -8927745 or 16762231. OLE color: 16762231.
HSL color Cylindrical-coordinate representation of color #77C5FF: hue angle of 205.59º 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 #77C5FF is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 197 | 255 | - |
| CMYK | 0.53 | 0.23 | 0 | 0 |
| HSL | 205.59º | 1% | 0.73% | - |
| HSV(B) | 205.59º | 0.53% | 1% | - |
| XYZ | 45.62 | 51.07 | 102.06 | - |
| YUV | 180.29 | 170.16 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 255 | 0.53 | 0.23 | 0 | 0 | 205.59 | 1 | 0.73 |
| Hex | 77 | C5 | FF | 35 | 17 | 0 | 0 | CE | 64 | 49 |
| Octal | 167 | 305 | 377 | 65 | 27 | 0 | 0 | 316 | 144 | 111 |
| Binary | 1110111 | 11000101 | 11111111 | 110101 | 10111 | 0 | 0 | 11001110 | 1100100 | 1001001 |
Color Harmonies of #77C5FF
Complementary color
Monochromatic Colors of #77C5FF
Black with #77C5FF
Text Example
Text Example
White with #77C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C5FF; }
p { color: rgb(119,197,255); }
H1.HeaderClassName
{
color: #77C5FF;
}
.AnyTagClassName
{
color: #77C5FF;
}
</style>
background-color css
<style>
a { background-color: #77C5FF; }
a { background-color: rgb(119,197,255); }
div.DivClassName
{
background-color: #77C5FF;
}
.BgClassName
{
background-color: #77C5FF;
}
</style>
border-color css
<style>
span { border-color: #77C5FF; }
span { border-color: rgb(119,197,255); }
td.TdClassName
{
border-color: #77C5FF;
}
.TagClassName
{
border-color: #77C5FF;
}
</style>