Shades of Maya Blue #77BFF2
Tints of Maya Blue #77BFF2
RGB
CMYK
RGB Variations
Color information
#77BFF2 (or 0x77BFF2) is known color: Maya Blue. HEX triplet: 77, BF and F2. RGB value is (119,191,242). Sum of RGB (Red+Green+Blue) = 119+191+242=552 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.56% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #77BFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BFF2 is #88400D. Grayscale: #AFAFAF. Windows color (decimal): -8929294 or 15908727. OLE color: 15908727.
HSL color Cylindrical-coordinate representation of color #77BFF2: hue angle of 204.88º degrees, saturation: 0.83, 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 #77BFF2 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 191 | 242 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.05 |
| HSL | 204.88º | 0.83% | 0.71% | - |
| HSV(B) | 204.88º | 0.51% | 0.95% | - |
| XYZ | 42.27 | 47.59 | 90.96 | - |
| YUV | 175.29 | 165.65 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 242 | 0.51 | 0.21 | 0 | 0.05 | 204.88 | 0.83 | 0.71 |
| Hex | 77 | BF | F2 | 33 | 15 | 0 | 5 | CD | 53 | 47 |
| Octal | 167 | 277 | 362 | 63 | 25 | 0 | 5 | 315 | 123 | 107 |
| Binary | 1110111 | 10111111 | 11110010 | 110011 | 10101 | 0 | 101 | 11001101 | 1010011 | 1000111 |
Color Harmonies of #77BFF2
Complementary color
Monochromatic Colors of #77BFF2
Black with #77BFF2
Text Example
Text Example
White with #77BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BFF2; }
p { color: rgb(119,191,242); }
H1.HeaderClassName
{
color: #77BFF2;
}
.AnyTagClassName
{
color: #77BFF2;
}
</style>
background-color css
<style>
a { background-color: #77BFF2; }
a { background-color: rgb(119,191,242); }
div.DivClassName
{
background-color: #77BFF2;
}
.BgClassName
{
background-color: #77BFF2;
}
</style>
border-color css
<style>
span { border-color: #77BFF2; }
span { border-color: rgb(119,191,242); }
td.TdClassName
{
border-color: #77BFF2;
}
.TagClassName
{
border-color: #77BFF2;
}
</style>