Shades of Maya Blue #79BFFA
Tints of Maya Blue #79BFFA
RGB
CMYK
RGB Variations
Color information
#79BFFA (or 0x79BFFA) is known color: Maya Blue. HEX triplet: 79, BF and FA. RGB value is (121,191,250). Sum of RGB (Red+Green+Blue) = 121+191+250=562 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.53% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #79BFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79BFFA is #864005. Grayscale: #B0B0B0. Windows color (decimal): -8798214 or 16433017. OLE color: 16433017.
HSL color Cylindrical-coordinate representation of color #79BFFA: hue angle of 207.44º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79BFFA is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 191 | 250 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.02 |
| HSL | 207.44º | 0.93% | 0.73% | - |
| HSV(B) | 207.44º | 0.52% | 0.98% | - |
| XYZ | 43.77 | 48.23 | 97.44 | - |
| YUV | 176.8 | 169.31 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 191 | 250 | 0.52 | 0.24 | 0 | 0.02 | 207.44 | 0.93 | 0.73 |
| Hex | 79 | BF | FA | 34 | 18 | 0 | 2 | CF | 5D | 49 |
| Octal | 171 | 277 | 372 | 64 | 30 | 0 | 2 | 317 | 135 | 111 |
| Binary | 1111001 | 10111111 | 11111010 | 110100 | 11000 | 0 | 10 | 11001111 | 1011101 | 1001001 |
Color Harmonies of #79BFFA
Complementary color
Monochromatic Colors of #79BFFA
Black with #79BFFA
Text Example
Text Example
White with #79BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BFFA; }
p { color: rgb(121,191,250); }
H1.HeaderClassName
{
color: #79BFFA;
}
.AnyTagClassName
{
color: #79BFFA;
}
</style>
background-color css
<style>
a { background-color: #79BFFA; }
a { background-color: rgb(121,191,250); }
div.DivClassName
{
background-color: #79BFFA;
}
.BgClassName
{
background-color: #79BFFA;
}
</style>
border-color css
<style>
span { border-color: #79BFFA; }
span { border-color: rgb(121,191,250); }
td.TdClassName
{
border-color: #79BFFA;
}
.TagClassName
{
border-color: #79BFFA;
}
</style>