Shades of Maya Blue #77BFF7
Tints of Maya Blue #77BFF7
RGB
CMYK
RGB Variations
Color information
#77BFF7 (or 0x77BFF7) is known color: Maya Blue. HEX triplet: 77, BF and F7. RGB value is (119,191,247). Sum of RGB (Red+Green+Blue) = 119+191+247=557 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.36% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #77BFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BFF7 is #884008. Grayscale: #AFAFAF. Windows color (decimal): -8929289 or 16236407. OLE color: 16236407.
HSL color Cylindrical-coordinate representation of color #77BFF7: hue angle of 206.25º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77BFF7 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 191 | 247 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.03 |
| HSL | 206.25º | 0.89% | 0.72% | - |
| HSV(B) | 206.25º | 0.52% | 0.97% | - |
| XYZ | 43.03 | 47.9 | 94.97 | - |
| YUV | 175.86 | 168.15 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 247 | 0.52 | 0.23 | 0 | 0.03 | 206.25 | 0.89 | 0.72 |
| Hex | 77 | BF | F7 | 34 | 17 | 0 | 3 | CE | 59 | 48 |
| Octal | 167 | 277 | 367 | 64 | 27 | 0 | 3 | 316 | 131 | 110 |
| Binary | 1110111 | 10111111 | 11110111 | 110100 | 10111 | 0 | 11 | 11001110 | 1011001 | 1001000 |
Color Harmonies of #77BFF7
Complementary color
Monochromatic Colors of #77BFF7
Black with #77BFF7
Text Example
Text Example
White with #77BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BFF7; }
p { color: rgb(119,191,247); }
H1.HeaderClassName
{
color: #77BFF7;
}
.AnyTagClassName
{
color: #77BFF7;
}
</style>
background-color css
<style>
a { background-color: #77BFF7; }
a { background-color: rgb(119,191,247); }
div.DivClassName
{
background-color: #77BFF7;
}
.BgClassName
{
background-color: #77BFF7;
}
</style>
border-color css
<style>
span { border-color: #77BFF7; }
span { border-color: rgb(119,191,247); }
td.TdClassName
{
border-color: #77BFF7;
}
.TagClassName
{
border-color: #77BFF7;
}
</style>