Shades of Maya Blue #79C0FB
Tints of Maya Blue #79C0FB
RGB
CMYK
RGB Variations
Color information
#79C0FB (or 0x79C0FB) is known color: Maya Blue. HEX triplet: 79, C0 and FB. RGB value is (121,192,251). Sum of RGB (Red+Green+Blue) = 121+192+251=564 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.45% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #79C0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79C0FB is #863F04. Grayscale: #B1B1B1. Windows color (decimal): -8797957 or 16498809. OLE color: 16498809.
HSL color Cylindrical-coordinate representation of color #79C0FB: hue angle of 207.23º degrees, saturation: 0.94, 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 #79C0FB is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 192 | 251 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.02 |
| HSL | 207.23º | 0.94% | 0.73% | - |
| HSV(B) | 207.23º | 0.52% | 0.98% | - |
| XYZ | 44.15 | 48.73 | 98.35 | - |
| YUV | 177.5 | 169.48 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 192 | 251 | 0.52 | 0.24 | 0 | 0.02 | 207.23 | 0.94 | 0.73 |
| Hex | 79 | C0 | FB | 34 | 18 | 0 | 2 | CF | 5E | 49 |
| Octal | 171 | 300 | 373 | 64 | 30 | 0 | 2 | 317 | 136 | 111 |
| Binary | 1111001 | 11000000 | 11111011 | 110100 | 11000 | 0 | 10 | 11001111 | 1011110 | 1001001 |
Color Harmonies of #79C0FB
Complementary color
Monochromatic Colors of #79C0FB
Black with #79C0FB
Text Example
Text Example
White with #79C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C0FB; }
p { color: rgb(121,192,251); }
H1.HeaderClassName
{
color: #79C0FB;
}
.AnyTagClassName
{
color: #79C0FB;
}
</style>
background-color css
<style>
a { background-color: #79C0FB; }
a { background-color: rgb(121,192,251); }
div.DivClassName
{
background-color: #79C0FB;
}
.BgClassName
{
background-color: #79C0FB;
}
</style>
border-color css
<style>
span { border-color: #79C0FB; }
span { border-color: rgb(121,192,251); }
td.TdClassName
{
border-color: #79C0FB;
}
.TagClassName
{
border-color: #79C0FB;
}
</style>