Shades of Maya Blue #73AAFF
Tints of Maya Blue #73AAFF
RGB
CMYK
RGB Variations
Color information
#73AAFF (or 0x73AAFF) is known color: Maya Blue. HEX triplet: 73, AA and FF. RGB value is (115,170,255). Sum of RGB (Red+Green+Blue) = 115+170+255=540 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.30% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #73AAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AAFF is #8C5500. Grayscale: #A2A2A2. Windows color (decimal): -9196801 or 16755315. OLE color: 16755315.
HSL color Cylindrical-coordinate representation of color #73AAFF: hue angle of 216.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73AAFF is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 170 | 255 | - |
| CMYK | 0.55 | 0.33 | 0 | 0 |
| HSL | 216.43º | 1% | 0.73% | - |
| HSV(B) | 216.43º | 0.55% | 1% | - |
| XYZ | 39.49 | 39.61 | 100.17 | - |
| YUV | 163.25 | 179.78 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 255 | 0.55 | 0.33 | 0 | 0 | 216.43 | 1 | 0.73 |
| Hex | 73 | AA | FF | 37 | 21 | 0 | 0 | D8 | 64 | 49 |
| Octal | 163 | 252 | 377 | 67 | 41 | 0 | 0 | 330 | 144 | 111 |
| Binary | 1110011 | 10101010 | 11111111 | 110111 | 100001 | 0 | 0 | 11011000 | 1100100 | 1001001 |
Color Harmonies of #73AAFF
Complementary color
Monochromatic Colors of #73AAFF
Black with #73AAFF
Text Example
Text Example
White with #73AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AAFF; }
p { color: rgb(115,170,255); }
H1.HeaderClassName
{
color: #73AAFF;
}
.AnyTagClassName
{
color: #73AAFF;
}
</style>
background-color css
<style>
a { background-color: #73AAFF; }
a { background-color: rgb(115,170,255); }
div.DivClassName
{
background-color: #73AAFF;
}
.BgClassName
{
background-color: #73AAFF;
}
</style>
border-color css
<style>
span { border-color: #73AAFF; }
span { border-color: rgb(115,170,255); }
td.TdClassName
{
border-color: #73AAFF;
}
.TagClassName
{
border-color: #73AAFF;
}
</style>