Shades of Maya Blue #79C0FF
Tints of Maya Blue #79C0FF
RGB
CMYK
RGB Variations
Color information
#79C0FF (or 0x79C0FF) is known color: Maya Blue. HEX triplet: 79, C0 and FF. RGB value is (121,192,255). Sum of RGB (Red+Green+Blue) = 121+192+255=568 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.30% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #79C0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79C0FF is #863F00. Grayscale: #B1B1B1. Windows color (decimal): -8797953 or 16760953. OLE color: 16760953.
HSL color Cylindrical-coordinate representation of color #79C0FF: hue angle of 208.21º 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 #79C0FF is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 192 | 255 | - |
| CMYK | 0.53 | 0.25 | 0 | 0 |
| HSL | 208.21º | 1% | 0.74% | - |
| HSV(B) | 208.21º | 0.53% | 1% | - |
| XYZ | 44.78 | 48.98 | 101.7 | - |
| YUV | 177.95 | 171.48 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 192 | 255 | 0.53 | 0.25 | 0 | 0 | 208.21 | 1 | 0.74 |
| Hex | 79 | C0 | FF | 35 | 19 | 0 | 0 | D0 | 64 | 4A |
| Octal | 171 | 300 | 377 | 65 | 31 | 0 | 0 | 320 | 144 | 112 |
| Binary | 1111001 | 11000000 | 11111111 | 110101 | 11001 | 0 | 0 | 11010000 | 1100100 | 1001010 |
Color Harmonies of #79C0FF
Complementary color
Monochromatic Colors of #79C0FF
Black with #79C0FF
Text Example
Text Example
White with #79C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C0FF; }
p { color: rgb(121,192,255); }
H1.HeaderClassName
{
color: #79C0FF;
}
.AnyTagClassName
{
color: #79C0FF;
}
</style>
background-color css
<style>
a { background-color: #79C0FF; }
a { background-color: rgb(121,192,255); }
div.DivClassName
{
background-color: #79C0FF;
}
.BgClassName
{
background-color: #79C0FF;
}
</style>
border-color css
<style>
span { border-color: #79C0FF; }
span { border-color: rgb(121,192,255); }
td.TdClassName
{
border-color: #79C0FF;
}
.TagClassName
{
border-color: #79C0FF;
}
</style>