Shades of Maya Blue #79C0ED
Tints of Maya Blue #79C0ED
RGB
CMYK
RGB Variations
Color information
#79C0ED (or 0x79C0ED) is known color: Maya Blue. HEX triplet: 79, C0 and ED. RGB value is (121,192,237). Sum of RGB (Red+Green+Blue) = 121+192+237=550 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #79C0ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79C0ED is #863F12. Grayscale: #AFAFAF. Windows color (decimal): -8797971 or 15581305. OLE color: 15581305.
HSL color Cylindrical-coordinate representation of color #79C0ED: hue angle of 203.28º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79C0ED is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 192 | 237 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.07 |
| HSL | 203.28º | 0.76% | 0.7% | - |
| HSV(B) | 203.28º | 0.49% | 0.93% | - |
| XYZ | 42.02 | 47.88 | 87.15 | - |
| YUV | 175.9 | 162.48 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 192 | 237 | 0.49 | 0.19 | 0 | 0.07 | 203.28 | 0.76 | 0.7 |
| Hex | 79 | C0 | ED | 31 | 13 | 0 | 7 | CB | 4C | 46 |
| Octal | 171 | 300 | 355 | 61 | 23 | 0 | 7 | 313 | 114 | 106 |
| Binary | 1111001 | 11000000 | 11101101 | 110001 | 10011 | 0 | 111 | 11001011 | 1001100 | 1000110 |
Color Harmonies of #79C0ED
Complementary color
Monochromatic Colors of #79C0ED
Black with #79C0ED
Text Example
Text Example
White with #79C0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C0ED; }
p { color: rgb(121,192,237); }
H1.HeaderClassName
{
color: #79C0ED;
}
.AnyTagClassName
{
color: #79C0ED;
}
</style>
background-color css
<style>
a { background-color: #79C0ED; }
a { background-color: rgb(121,192,237); }
div.DivClassName
{
background-color: #79C0ED;
}
.BgClassName
{
background-color: #79C0ED;
}
</style>
border-color css
<style>
span { border-color: #79C0ED; }
span { border-color: rgb(121,192,237); }
td.TdClassName
{
border-color: #79C0ED;
}
.TagClassName
{
border-color: #79C0ED;
}
</style>