Shades of Maya Blue #73AAFE
Tints of Maya Blue #73AAFE
RGB
CMYK
RGB Variations
Color information
#73AAFE (or 0x73AAFE) is known color: Maya Blue. HEX triplet: 73, AA and FE. RGB value is (115,170,254). Sum of RGB (Red+Green+Blue) = 115+170+254=539 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.34% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #73AAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AAFE is #8C5501. Grayscale: #A2A2A2. Windows color (decimal): -9196802 or 16689779. OLE color: 16689779.
HSL color Cylindrical-coordinate representation of color #73AAFE: hue angle of 216.26º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73AAFE is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 170 | 254 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.00 |
| HSL | 216.26º | 0.99% | 0.72% | - |
| HSV(B) | 216.26º | 0.55% | 1% | - |
| XYZ | 39.33 | 39.55 | 99.33 | - |
| YUV | 163.13 | 179.28 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 254 | 0.55 | 0.33 | 0 | 0.00 | 216.26 | 0.99 | 0.72 |
| Hex | 73 | AA | FE | 37 | 21 | 0 | 0 | D8 | 63 | 48 |
| Octal | 163 | 252 | 376 | 67 | 41 | 0 | 0 | 330 | 143 | 110 |
| Binary | 1110011 | 10101010 | 11111110 | 110111 | 100001 | 0 | 0 | 11011000 | 1100011 | 1001000 |
Color Harmonies of #73AAFE
Complementary color
Monochromatic Colors of #73AAFE
Black with #73AAFE
Text Example
Text Example
White with #73AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AAFE; }
p { color: rgb(115,170,254); }
H1.HeaderClassName
{
color: #73AAFE;
}
.AnyTagClassName
{
color: #73AAFE;
}
</style>
background-color css
<style>
a { background-color: #73AAFE; }
a { background-color: rgb(115,170,254); }
div.DivClassName
{
background-color: #73AAFE;
}
.BgClassName
{
background-color: #73AAFE;
}
</style>
border-color css
<style>
span { border-color: #73AAFE; }
span { border-color: rgb(115,170,254); }
td.TdClassName
{
border-color: #73AAFE;
}
.TagClassName
{
border-color: #73AAFE;
}
</style>