Shades of Maya Blue #79BFF3
Tints of Maya Blue #79BFF3
RGB
CMYK
RGB Variations
Color information
#79BFF3 (or 0x79BFF3) is known color: Maya Blue. HEX triplet: 79, BF and F3. RGB value is (121,191,243). Sum of RGB (Red+Green+Blue) = 121+191+243=555 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.80% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #79BFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79BFF3 is #86400C. Grayscale: #AFAFAF. Windows color (decimal): -8798221 or 15974265. OLE color: 15974265.
HSL color Cylindrical-coordinate representation of color #79BFF3: hue angle of 205.57º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79BFF3 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 191 | 243 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.05 |
| HSL | 205.57º | 0.84% | 0.71% | - |
| HSV(B) | 205.57º | 0.5% | 0.95% | - |
| XYZ | 42.69 | 47.8 | 91.77 | - |
| YUV | 176 | 165.81 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 191 | 243 | 0.50 | 0.21 | 0 | 0.05 | 205.57 | 0.84 | 0.71 |
| Hex | 79 | BF | F3 | 32 | 15 | 0 | 5 | CE | 54 | 47 |
| Octal | 171 | 277 | 363 | 62 | 25 | 0 | 5 | 316 | 124 | 107 |
| Binary | 1111001 | 10111111 | 11110011 | 110010 | 10101 | 0 | 101 | 11001110 | 1010100 | 1000111 |
Color Harmonies of #79BFF3
Complementary color
Monochromatic Colors of #79BFF3
Black with #79BFF3
Text Example
Text Example
White with #79BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BFF3; }
p { color: rgb(121,191,243); }
H1.HeaderClassName
{
color: #79BFF3;
}
.AnyTagClassName
{
color: #79BFF3;
}
</style>
background-color css
<style>
a { background-color: #79BFF3; }
a { background-color: rgb(121,191,243); }
div.DivClassName
{
background-color: #79BFF3;
}
.BgClassName
{
background-color: #79BFF3;
}
</style>
border-color css
<style>
span { border-color: #79BFF3; }
span { border-color: rgb(121,191,243); }
td.TdClassName
{
border-color: #79BFF3;
}
.TagClassName
{
border-color: #79BFF3;
}
</style>