Shades of Maya Blue #73D1FF
Tints of Maya Blue #73D1FF
RGB
CMYK
RGB Variations
Color information
#73D1FF (or 0x73D1FF) is known color: Maya Blue. HEX triplet: 73, D1 and FF. RGB value is (115,209,255). Sum of RGB (Red+Green+Blue) = 115+209+255=579 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.86% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #73D1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D1FF is #8C2E00. Grayscale: #B9B9B9. Windows color (decimal): -9186817 or 16765299. OLE color: 16765299.
HSL color Cylindrical-coordinate representation of color #73D1FF: hue angle of 199.71º 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 #73D1FF is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 209 | 255 | - |
| CMYK | 0.55 | 0.18 | 0 | 0 |
| HSL | 199.71º | 1% | 0.73% | - |
| HSV(B) | 199.71º | 0.55% | 1% | - |
| XYZ | 47.92 | 56.47 | 102.98 | - |
| YUV | 186.14 | 166.86 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 209 | 255 | 0.55 | 0.18 | 0 | 0 | 199.71 | 1 | 0.73 |
| Hex | 73 | D1 | FF | 37 | 12 | 0 | 0 | C8 | 64 | 49 |
| Octal | 163 | 321 | 377 | 67 | 22 | 0 | 0 | 310 | 144 | 111 |
| Binary | 1110011 | 11010001 | 11111111 | 110111 | 10010 | 0 | 0 | 11001000 | 1100100 | 1001001 |
Color Harmonies of #73D1FF
Complementary color
Monochromatic Colors of #73D1FF
Black with #73D1FF
Text Example
Text Example
White with #73D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D1FF; }
p { color: rgb(115,209,255); }
H1.HeaderClassName
{
color: #73D1FF;
}
.AnyTagClassName
{
color: #73D1FF;
}
</style>
background-color css
<style>
a { background-color: #73D1FF; }
a { background-color: rgb(115,209,255); }
div.DivClassName
{
background-color: #73D1FF;
}
.BgClassName
{
background-color: #73D1FF;
}
</style>
border-color css
<style>
span { border-color: #73D1FF; }
span { border-color: rgb(115,209,255); }
td.TdClassName
{
border-color: #73D1FF;
}
.TagClassName
{
border-color: #73D1FF;
}
</style>