Shades of Maya Blue #77C0EB
Tints of Maya Blue #77C0EB
RGB
CMYK
RGB Variations
Color information
#77C0EB (or 0x77C0EB) is known color: Maya Blue. HEX triplet: 77, C0 and EB. RGB value is (119,192,235). Sum of RGB (Red+Green+Blue) = 119+192+235=546 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.79% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #77C0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C0EB is #883F14. Grayscale: #AEAEAE. Windows color (decimal): -8929045 or 15450231. OLE color: 15450231.
HSL color Cylindrical-coordinate representation of color #77C0EB: hue angle of 202.24º 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 #77C0EB is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 192 | 235 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.08 |
| HSL | 202.24º | 0.74% | 0.69% | - |
| HSV(B) | 202.24º | 0.49% | 0.92% | - |
| XYZ | 41.45 | 47.62 | 85.6 | - |
| YUV | 175.08 | 161.82 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 235 | 0.49 | 0.18 | 0 | 0.08 | 202.24 | 0.74 | 0.69 |
| Hex | 77 | C0 | EB | 31 | 12 | 0 | 8 | CA | 4A | 45 |
| Octal | 167 | 300 | 353 | 61 | 22 | 0 | 10 | 312 | 112 | 105 |
| Binary | 1110111 | 11000000 | 11101011 | 110001 | 10010 | 0 | 1000 | 11001010 | 1001010 | 1000101 |
Color Harmonies of #77C0EB
Complementary color
Monochromatic Colors of #77C0EB
Black with #77C0EB
Text Example
Text Example
White with #77C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C0EB; }
p { color: rgb(119,192,235); }
H1.HeaderClassName
{
color: #77C0EB;
}
.AnyTagClassName
{
color: #77C0EB;
}
</style>
background-color css
<style>
a { background-color: #77C0EB; }
a { background-color: rgb(119,192,235); }
div.DivClassName
{
background-color: #77C0EB;
}
.BgClassName
{
background-color: #77C0EB;
}
</style>
border-color css
<style>
span { border-color: #77C0EB; }
span { border-color: rgb(119,192,235); }
td.TdClassName
{
border-color: #77C0EB;
}
.TagClassName
{
border-color: #77C0EB;
}
</style>