Shades of Maya Blue #73D3F6
Tints of Maya Blue #73D3F6
RGB
CMYK
RGB Variations
Color information
#73D3F6 (or 0x73D3F6) is known color: Maya Blue. HEX triplet: 73, D3 and F6. RGB value is (115,211,246). Sum of RGB (Red+Green+Blue) = 115+211+246=572 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.10% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #73D3F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D3F6 is #8C2C09. Grayscale: #BABABA. Windows color (decimal): -9186314 or 16175987. OLE color: 16175987.
HSL color Cylindrical-coordinate representation of color #73D3F6: hue angle of 196.03º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73D3F6 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 211 | 246 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.04 |
| HSL | 196.03º | 0.88% | 0.71% | - |
| HSV(B) | 196.03º | 0.53% | 0.96% | - |
| XYZ | 47 | 56.89 | 95.69 | - |
| YUV | 186.29 | 161.7 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 211 | 246 | 0.53 | 0.14 | 0 | 0.04 | 196.03 | 0.88 | 0.71 |
| Hex | 73 | D3 | F6 | 35 | E | 0 | 4 | C4 | 58 | 47 |
| Octal | 163 | 323 | 366 | 65 | 16 | 0 | 4 | 304 | 130 | 107 |
| Binary | 1110011 | 11010011 | 11110110 | 110101 | 1110 | 0 | 100 | 11000100 | 1011000 | 1000111 |
Color Harmonies of #73D3F6
Complementary color
Monochromatic Colors of #73D3F6
Black with #73D3F6
Text Example
Text Example
White with #73D3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D3F6; }
p { color: rgb(115,211,246); }
H1.HeaderClassName
{
color: #73D3F6;
}
.AnyTagClassName
{
color: #73D3F6;
}
</style>
background-color css
<style>
a { background-color: #73D3F6; }
a { background-color: rgb(115,211,246); }
div.DivClassName
{
background-color: #73D3F6;
}
.BgClassName
{
background-color: #73D3F6;
}
</style>
border-color css
<style>
span { border-color: #73D3F6; }
span { border-color: rgb(115,211,246); }
td.TdClassName
{
border-color: #73D3F6;
}
.TagClassName
{
border-color: #73D3F6;
}
</style>