Shades of Maya Blue #79C2FF
Tints of Maya Blue #79C2FF
RGB
CMYK
RGB Variations
Color information
#79C2FF (or 0x79C2FF) is known color: Maya Blue. HEX triplet: 79, C2 and FF. RGB value is (121,194,255). Sum of RGB (Red+Green+Blue) = 121+194+255=570 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.23% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #79C2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79C2FF is #863D00. Grayscale: #B2B2B2. Windows color (decimal): -8797441 or 16761465. OLE color: 16761465.
HSL color Cylindrical-coordinate representation of color #79C2FF: hue angle of 207.31º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79C2FF is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 194 | 255 | - |
| CMYK | 0.53 | 0.24 | 0 | 0 |
| HSL | 207.31º | 1% | 0.74% | - |
| HSV(B) | 207.31º | 0.53% | 1% | - |
| XYZ | 45.23 | 49.87 | 101.85 | - |
| YUV | 179.13 | 170.82 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 255 | 0.53 | 0.24 | 0 | 0 | 207.31 | 1 | 0.74 |
| Hex | 79 | C2 | FF | 35 | 18 | 0 | 0 | CF | 64 | 4A |
| Octal | 171 | 302 | 377 | 65 | 30 | 0 | 0 | 317 | 144 | 112 |
| Binary | 1111001 | 11000010 | 11111111 | 110101 | 11000 | 0 | 0 | 11001111 | 1100100 | 1001010 |
Color Harmonies of #79C2FF
Complementary color
Monochromatic Colors of #79C2FF
Black with #79C2FF
Text Example
Text Example
White with #79C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C2FF; }
p { color: rgb(121,194,255); }
H1.HeaderClassName
{
color: #79C2FF;
}
.AnyTagClassName
{
color: #79C2FF;
}
</style>
background-color css
<style>
a { background-color: #79C2FF; }
a { background-color: rgb(121,194,255); }
div.DivClassName
{
background-color: #79C2FF;
}
.BgClassName
{
background-color: #79C2FF;
}
</style>
border-color css
<style>
span { border-color: #79C2FF; }
span { border-color: rgb(121,194,255); }
td.TdClassName
{
border-color: #79C2FF;
}
.TagClassName
{
border-color: #79C2FF;
}
</style>