Shades of Maya Blue #79C9FB
Tints of Maya Blue #79C9FB
RGB
CMYK
RGB Variations
Color information
#79C9FB (or 0x79C9FB) is known color: Maya Blue. HEX triplet: 79, C9 and FB. RGB value is (121,201,251). Sum of RGB (Red+Green+Blue) = 121+201+251=573 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.12% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #79C9FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79C9FB is #863604. Grayscale: #B6B6B6. Windows color (decimal): -8795653 or 16501113. OLE color: 16501113.
HSL color Cylindrical-coordinate representation of color #79C9FB: hue angle of 203.08º 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 #79C9FB is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 201 | 251 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.02 |
| HSL | 203.08º | 0.94% | 0.73% | - |
| HSV(B) | 203.08º | 0.52% | 0.98% | - |
| XYZ | 46.18 | 52.8 | 99.02 | - |
| YUV | 182.78 | 166.5 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 201 | 251 | 0.52 | 0.20 | 0 | 0.02 | 203.08 | 0.94 | 0.73 |
| Hex | 79 | C9 | FB | 34 | 14 | 0 | 2 | CB | 5E | 49 |
| Octal | 171 | 311 | 373 | 64 | 24 | 0 | 2 | 313 | 136 | 111 |
| Binary | 1111001 | 11001001 | 11111011 | 110100 | 10100 | 0 | 10 | 11001011 | 1011110 | 1001001 |
Color Harmonies of #79C9FB
Complementary color
Monochromatic Colors of #79C9FB
Black with #79C9FB
Text Example
Text Example
White with #79C9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C9FB; }
p { color: rgb(121,201,251); }
H1.HeaderClassName
{
color: #79C9FB;
}
.AnyTagClassName
{
color: #79C9FB;
}
</style>
background-color css
<style>
a { background-color: #79C9FB; }
a { background-color: rgb(121,201,251); }
div.DivClassName
{
background-color: #79C9FB;
}
.BgClassName
{
background-color: #79C9FB;
}
</style>
border-color css
<style>
span { border-color: #79C9FB; }
span { border-color: rgb(121,201,251); }
td.TdClassName
{
border-color: #79C9FB;
}
.TagClassName
{
border-color: #79C9FB;
}
</style>