Shades of Maya Blue #77BDFF
Tints of Maya Blue #77BDFF
RGB
CMYK
RGB Variations
Color information
#77BDFF (or 0x77BDFF) is known color: Maya Blue. HEX triplet: 77, BD and FF. RGB value is (119,189,255). Sum of RGB (Red+Green+Blue) = 119+189+255=563 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.14% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #77BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BDFF is #884200. Grayscale: #AFAFAF. Windows color (decimal): -8929793 or 16760183. OLE color: 16760183.
HSL color Cylindrical-coordinate representation of color #77BDFF: hue angle of 209.12º 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 #77BDFF is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 189 | 255 | - |
| CMYK | 0.53 | 0.26 | 0 | 0 |
| HSL | 209.12º | 1% | 0.73% | - |
| HSV(B) | 209.12º | 0.53% | 1% | - |
| XYZ | 43.86 | 47.54 | 101.47 | - |
| YUV | 175.59 | 172.81 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 255 | 0.53 | 0.26 | 0 | 0 | 209.12 | 1 | 0.73 |
| Hex | 77 | BD | FF | 35 | 1A | 0 | 0 | D1 | 64 | 49 |
| Octal | 167 | 275 | 377 | 65 | 32 | 0 | 0 | 321 | 144 | 111 |
| Binary | 1110111 | 10111101 | 11111111 | 110101 | 11010 | 0 | 0 | 11010001 | 1100100 | 1001001 |
Color Harmonies of #77BDFF
Complementary color
Monochromatic Colors of #77BDFF
Black with #77BDFF
Text Example
Text Example
White with #77BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDFF; }
p { color: rgb(119,189,255); }
H1.HeaderClassName
{
color: #77BDFF;
}
.AnyTagClassName
{
color: #77BDFF;
}
</style>
background-color css
<style>
a { background-color: #77BDFF; }
a { background-color: rgb(119,189,255); }
div.DivClassName
{
background-color: #77BDFF;
}
.BgClassName
{
background-color: #77BDFF;
}
</style>
border-color css
<style>
span { border-color: #77BDFF; }
span { border-color: rgb(119,189,255); }
td.TdClassName
{
border-color: #77BDFF;
}
.TagClassName
{
border-color: #77BDFF;
}
</style>