Shades of Maya Blue #73D3FD
Tints of Maya Blue #73D3FD
RGB
CMYK
RGB Variations
Color information
#73D3FD (or 0x73D3FD) is known color: Maya Blue. HEX triplet: 73, D3 and FD. RGB value is (115,211,253). Sum of RGB (Red+Green+Blue) = 115+211+253=579 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.86% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #73D3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D3FD is #8C2C02. Grayscale: #BABABA. Windows color (decimal): -9186307 or 16634739. OLE color: 16634739.
HSL color Cylindrical-coordinate representation of color #73D3FD: hue angle of 198.26º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73D3FD is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 211 | 253 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.01 |
| HSL | 198.26º | 0.97% | 0.72% | - |
| HSV(B) | 198.26º | 0.55% | 0.99% | - |
| XYZ | 48.09 | 57.33 | 101.46 | - |
| YUV | 187.08 | 165.2 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 211 | 253 | 0.55 | 0.17 | 0 | 0.01 | 198.26 | 0.97 | 0.72 |
| Hex | 73 | D3 | FD | 37 | 11 | 0 | 1 | C6 | 61 | 48 |
| Octal | 163 | 323 | 375 | 67 | 21 | 0 | 1 | 306 | 141 | 110 |
| Binary | 1110011 | 11010011 | 11111101 | 110111 | 10001 | 0 | 1 | 11000110 | 1100001 | 1001000 |
Color Harmonies of #73D3FD
Complementary color
Monochromatic Colors of #73D3FD
Black with #73D3FD
Text Example
Text Example
White with #73D3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D3FD; }
p { color: rgb(115,211,253); }
H1.HeaderClassName
{
color: #73D3FD;
}
.AnyTagClassName
{
color: #73D3FD;
}
</style>
background-color css
<style>
a { background-color: #73D3FD; }
a { background-color: rgb(115,211,253); }
div.DivClassName
{
background-color: #73D3FD;
}
.BgClassName
{
background-color: #73D3FD;
}
</style>
border-color css
<style>
span { border-color: #73D3FD; }
span { border-color: rgb(115,211,253); }
td.TdClassName
{
border-color: #73D3FD;
}
.TagClassName
{
border-color: #73D3FD;
}
</style>