Shades of Maya Blue #77BFF1
Tints of Maya Blue #77BFF1
RGB
CMYK
RGB Variations
Color information
#77BFF1 (or 0x77BFF1) is known color: Maya Blue. HEX triplet: 77, BF and F1. RGB value is (119,191,241). Sum of RGB (Red+Green+Blue) = 119+191+241=551 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.60% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #77BFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BFF1 is #88400E. Grayscale: #AEAEAE. Windows color (decimal): -8929295 or 15843191. OLE color: 15843191.
HSL color Cylindrical-coordinate representation of color #77BFF1: hue angle of 204.59º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77BFF1 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 191 | 241 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.05 |
| HSL | 204.59º | 0.81% | 0.71% | - |
| HSV(B) | 204.59º | 0.51% | 0.95% | - |
| XYZ | 42.12 | 47.53 | 90.17 | - |
| YUV | 175.17 | 165.15 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 241 | 0.51 | 0.21 | 0 | 0.05 | 204.59 | 0.81 | 0.71 |
| Hex | 77 | BF | F1 | 33 | 15 | 0 | 5 | CD | 51 | 47 |
| Octal | 167 | 277 | 361 | 63 | 25 | 0 | 5 | 315 | 121 | 107 |
| Binary | 1110111 | 10111111 | 11110001 | 110011 | 10101 | 0 | 101 | 11001101 | 1010001 | 1000111 |
Color Harmonies of #77BFF1
Complementary color
Monochromatic Colors of #77BFF1
Black with #77BFF1
Text Example
Text Example
White with #77BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BFF1; }
p { color: rgb(119,191,241); }
H1.HeaderClassName
{
color: #77BFF1;
}
.AnyTagClassName
{
color: #77BFF1;
}
</style>
background-color css
<style>
a { background-color: #77BFF1; }
a { background-color: rgb(119,191,241); }
div.DivClassName
{
background-color: #77BFF1;
}
.BgClassName
{
background-color: #77BFF1;
}
</style>
border-color css
<style>
span { border-color: #77BFF1; }
span { border-color: rgb(119,191,241); }
td.TdClassName
{
border-color: #77BFF1;
}
.TagClassName
{
border-color: #77BFF1;
}
</style>