Shades of Maya Blue #79BBE8
Tints of Maya Blue #79BBE8
RGB
CMYK
RGB Variations
Color information
#79BBE8 (or 0x79BBE8) is known color: Maya Blue. HEX triplet: 79, BB and E8. RGB value is (121,187,232). Sum of RGB (Red+Green+Blue) = 121+187+232=540 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.41% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #79BBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79BBE8 is #864417. Grayscale: #ACACAC. Windows color (decimal): -8799256 or 15252345. OLE color: 15252345.
HSL color Cylindrical-coordinate representation of color #79BBE8: hue angle of 204.32º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79BBE8 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 121 | 187 | 232 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.09 |
| HSL | 204.32º | 0.71% | 0.69% | - |
| HSV(B) | 204.32º | 0.48% | 0.91% | - |
| XYZ | 40.22 | 45.43 | 82.99 | - |
| YUV | 172.4 | 161.63 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 187 | 232 | 0.48 | 0.19 | 0 | 0.09 | 204.32 | 0.71 | 0.69 |
| Hex | 79 | BB | E8 | 30 | 13 | 0 | 9 | CC | 47 | 45 |
| Octal | 171 | 273 | 350 | 60 | 23 | 0 | 11 | 314 | 107 | 105 |
| Binary | 1111001 | 10111011 | 11101000 | 110000 | 10011 | 0 | 1001 | 11001100 | 1000111 | 1000101 |
Color Harmonies of #79BBE8
Complementary color
Monochromatic Colors of #79BBE8
Black with #79BBE8
Text Example
Text Example
White with #79BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BBE8; }
p { color: rgb(121,187,232); }
H1.HeaderClassName
{
color: #79BBE8;
}
.AnyTagClassName
{
color: #79BBE8;
}
</style>
background-color css
<style>
a { background-color: #79BBE8; }
a { background-color: rgb(121,187,232); }
div.DivClassName
{
background-color: #79BBE8;
}
.BgClassName
{
background-color: #79BBE8;
}
</style>
border-color css
<style>
span { border-color: #79BBE8; }
span { border-color: rgb(121,187,232); }
td.TdClassName
{
border-color: #79BBE8;
}
.TagClassName
{
border-color: #79BBE8;
}
</style>