Shades of Maya Blue #77BAEA
Tints of Maya Blue #77BAEA
RGB
CMYK
RGB Variations
Color information
#77BAEA (or 0x77BAEA) is known color: Maya Blue. HEX triplet: 77, BA and EA. RGB value is (119,186,234). Sum of RGB (Red+Green+Blue) = 119+186+234=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #77BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BAEA is #884515. Grayscale: #ABABAB. Windows color (decimal): -8930582 or 15383159. OLE color: 15383159.
HSL color Cylindrical-coordinate representation of color #77BAEA: hue angle of 205.04º degrees, saturation: 0.73, 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 #77BAEA is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 186 | 234 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.08 |
| HSL | 205.04º | 0.73% | 0.69% | - |
| HSV(B) | 205.04º | 0.49% | 0.92% | - |
| XYZ | 40.02 | 44.98 | 84.41 | - |
| YUV | 171.44 | 163.3 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 234 | 0.49 | 0.21 | 0 | 0.08 | 205.04 | 0.73 | 0.69 |
| Hex | 77 | BA | EA | 31 | 15 | 0 | 8 | CD | 49 | 45 |
| Octal | 167 | 272 | 352 | 61 | 25 | 0 | 10 | 315 | 111 | 105 |
| Binary | 1110111 | 10111010 | 11101010 | 110001 | 10101 | 0 | 1000 | 11001101 | 1001001 | 1000101 |
Color Harmonies of #77BAEA
Complementary color
Monochromatic Colors of #77BAEA
Black with #77BAEA
Text Example
Text Example
White with #77BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BAEA; }
p { color: rgb(119,186,234); }
H1.HeaderClassName
{
color: #77BAEA;
}
.AnyTagClassName
{
color: #77BAEA;
}
</style>
background-color css
<style>
a { background-color: #77BAEA; }
a { background-color: rgb(119,186,234); }
div.DivClassName
{
background-color: #77BAEA;
}
.BgClassName
{
background-color: #77BAEA;
}
</style>
border-color css
<style>
span { border-color: #77BAEA; }
span { border-color: rgb(119,186,234); }
td.TdClassName
{
border-color: #77BAEA;
}
.TagClassName
{
border-color: #77BAEA;
}
</style>