Shades of Maya Blue #73BAF3
Tints of Maya Blue #73BAF3
RGB
CMYK
RGB Variations
Color information
#73BAF3 (or 0x73BAF3) is known color: Maya Blue. HEX triplet: 73, BA and F3. RGB value is (115,186,243). Sum of RGB (Red+Green+Blue) = 115+186+243=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #73BAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BAF3 is #8C450C. Grayscale: #AAAAAA. Windows color (decimal): -9192717 or 15972979. OLE color: 15972979.
HSL color Cylindrical-coordinate representation of color #73BAF3: hue angle of 206.72º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73BAF3 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 186 | 243 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.05 |
| HSL | 206.72º | 0.84% | 0.7% | - |
| HSV(B) | 206.72º | 0.53% | 0.95% | - |
| XYZ | 40.81 | 45.23 | 91.37 | - |
| YUV | 171.27 | 168.48 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 243 | 0.53 | 0.23 | 0 | 0.05 | 206.72 | 0.84 | 0.7 |
| Hex | 73 | BA | F3 | 35 | 17 | 0 | 5 | CF | 54 | 46 |
| Octal | 163 | 272 | 363 | 65 | 27 | 0 | 5 | 317 | 124 | 106 |
| Binary | 1110011 | 10111010 | 11110011 | 110101 | 10111 | 0 | 101 | 11001111 | 1010100 | 1000110 |
Color Harmonies of #73BAF3
Complementary color
Monochromatic Colors of #73BAF3
Black with #73BAF3
Text Example
Text Example
White with #73BAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BAF3; }
p { color: rgb(115,186,243); }
H1.HeaderClassName
{
color: #73BAF3;
}
.AnyTagClassName
{
color: #73BAF3;
}
</style>
background-color css
<style>
a { background-color: #73BAF3; }
a { background-color: rgb(115,186,243); }
div.DivClassName
{
background-color: #73BAF3;
}
.BgClassName
{
background-color: #73BAF3;
}
</style>
border-color css
<style>
span { border-color: #73BAF3; }
span { border-color: rgb(115,186,243); }
td.TdClassName
{
border-color: #73BAF3;
}
.TagClassName
{
border-color: #73BAF3;
}
</style>