Shades of Maya Blue #77BFFF
Tints of Maya Blue #77BFFF
RGB
CMYK
RGB Variations
Color information
#77BFFF (or 0x77BFFF) is known color: Maya Blue. HEX triplet: 77, BF and FF. RGB value is (119,191,255). Sum of RGB (Red+Green+Blue) = 119+191+255=565 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.06% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #77BFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BFFF is #884000. Grayscale: #B0B0B0. Windows color (decimal): -8929281 or 16760695. OLE color: 16760695.
HSL color Cylindrical-coordinate representation of color #77BFFF: hue angle of 208.24º 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 #77BFFF is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 191 | 255 | - |
| CMYK | 0.53 | 0.25 | 0 | 0 |
| HSL | 208.24º | 1% | 0.73% | - |
| HSV(B) | 208.24º | 0.53% | 1% | - |
| XYZ | 44.29 | 48.4 | 101.62 | - |
| YUV | 176.77 | 172.15 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 255 | 0.53 | 0.25 | 0 | 0 | 208.24 | 1 | 0.73 |
| Hex | 77 | BF | FF | 35 | 19 | 0 | 0 | D0 | 64 | 49 |
| Octal | 167 | 277 | 377 | 65 | 31 | 0 | 0 | 320 | 144 | 111 |
| Binary | 1110111 | 10111111 | 11111111 | 110101 | 11001 | 0 | 0 | 11010000 | 1100100 | 1001001 |
Color Harmonies of #77BFFF
Complementary color
Monochromatic Colors of #77BFFF
Black with #77BFFF
Text Example
Text Example
White with #77BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BFFF; }
p { color: rgb(119,191,255); }
H1.HeaderClassName
{
color: #77BFFF;
}
.AnyTagClassName
{
color: #77BFFF;
}
</style>
background-color css
<style>
a { background-color: #77BFFF; }
a { background-color: rgb(119,191,255); }
div.DivClassName
{
background-color: #77BFFF;
}
.BgClassName
{
background-color: #77BFFF;
}
</style>
border-color css
<style>
span { border-color: #77BFFF; }
span { border-color: rgb(119,191,255); }
td.TdClassName
{
border-color: #77BFFF;
}
.TagClassName
{
border-color: #77BFFF;
}
</style>