Shades of Maya Blue #73AAFC
Tints of Maya Blue #73AAFC
RGB
CMYK
RGB Variations
Color information
#73AAFC (or 0x73AAFC) is known color: Maya Blue. HEX triplet: 73, AA and FC. RGB value is (115,170,252). Sum of RGB (Red+Green+Blue) = 115+170+252=537 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.42% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #73AAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AAFC is #8C5503. Grayscale: #A2A2A2. Windows color (decimal): -9196804 or 16558707. OLE color: 16558707.
HSL color Cylindrical-coordinate representation of color #73AAFC: hue angle of 215.91º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73AAFC is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 170 | 252 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.01 |
| HSL | 215.91º | 0.96% | 0.72% | - |
| HSV(B) | 215.91º | 0.54% | 0.99% | - |
| XYZ | 39.02 | 39.42 | 97.65 | - |
| YUV | 162.9 | 178.28 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 252 | 0.54 | 0.33 | 0 | 0.01 | 215.91 | 0.96 | 0.72 |
| Hex | 73 | AA | FC | 36 | 21 | 0 | 1 | D8 | 60 | 48 |
| Octal | 163 | 252 | 374 | 66 | 41 | 0 | 1 | 330 | 140 | 110 |
| Binary | 1110011 | 10101010 | 11111100 | 110110 | 100001 | 0 | 1 | 11011000 | 1100000 | 1001000 |
Color Harmonies of #73AAFC
Complementary color
Monochromatic Colors of #73AAFC
Black with #73AAFC
Text Example
Text Example
White with #73AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AAFC; }
p { color: rgb(115,170,252); }
H1.HeaderClassName
{
color: #73AAFC;
}
.AnyTagClassName
{
color: #73AAFC;
}
</style>
background-color css
<style>
a { background-color: #73AAFC; }
a { background-color: rgb(115,170,252); }
div.DivClassName
{
background-color: #73AAFC;
}
.BgClassName
{
background-color: #73AAFC;
}
</style>
border-color css
<style>
span { border-color: #73AAFC; }
span { border-color: rgb(115,170,252); }
td.TdClassName
{
border-color: #73AAFC;
}
.TagClassName
{
border-color: #73AAFC;
}
</style>