Shades of Maya Blue #77C1EB
Tints of Maya Blue #77C1EB
RGB
CMYK
RGB Variations
Color information
#77C1EB (or 0x77C1EB) is known color: Maya Blue. HEX triplet: 77, C1 and EB. RGB value is (119,193,235). Sum of RGB (Red+Green+Blue) = 119+193+235=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #77C1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C1EB is #883E14. Grayscale: #AFAFAF. Windows color (decimal): -8928789 or 15450487. OLE color: 15450487.
HSL color Cylindrical-coordinate representation of color #77C1EB: hue angle of 201.72º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77C1EB is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 193 | 235 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.08 |
| HSL | 201.72º | 0.74% | 0.69% | - |
| HSV(B) | 201.72º | 0.49% | 0.92% | - |
| XYZ | 41.67 | 48.06 | 85.68 | - |
| YUV | 175.66 | 161.48 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 235 | 0.49 | 0.18 | 0 | 0.08 | 201.72 | 0.74 | 0.69 |
| Hex | 77 | C1 | EB | 31 | 12 | 0 | 8 | CA | 4A | 45 |
| Octal | 167 | 301 | 353 | 61 | 22 | 0 | 10 | 312 | 112 | 105 |
| Binary | 1110111 | 11000001 | 11101011 | 110001 | 10010 | 0 | 1000 | 11001010 | 1001010 | 1000101 |
Color Harmonies of #77C1EB
Complementary color
Monochromatic Colors of #77C1EB
Black with #77C1EB
Text Example
Text Example
White with #77C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C1EB; }
p { color: rgb(119,193,235); }
H1.HeaderClassName
{
color: #77C1EB;
}
.AnyTagClassName
{
color: #77C1EB;
}
</style>
background-color css
<style>
a { background-color: #77C1EB; }
a { background-color: rgb(119,193,235); }
div.DivClassName
{
background-color: #77C1EB;
}
.BgClassName
{
background-color: #77C1EB;
}
</style>
border-color css
<style>
span { border-color: #77C1EB; }
span { border-color: rgb(119,193,235); }
td.TdClassName
{
border-color: #77C1EB;
}
.TagClassName
{
border-color: #77C1EB;
}
</style>