Shades of Maya Blue #73D4FD
Tints of Maya Blue #73D4FD
RGB
CMYK
RGB Variations
Color information
#73D4FD (or 0x73D4FD) is known color: Maya Blue. HEX triplet: 73, D4 and FD. RGB value is (115,212,253). Sum of RGB (Red+Green+Blue) = 115+212+253=580 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.83% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #73D4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D4FD is #8C2B02. Grayscale: #BBBBBB. Windows color (decimal): -9186051 or 16634995. OLE color: 16634995.
HSL color Cylindrical-coordinate representation of color #73D4FD: hue angle of 197.83º 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 #73D4FD is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 212 | 253 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.01 |
| HSL | 197.83º | 0.97% | 0.72% | - |
| HSV(B) | 197.83º | 0.55% | 0.99% | - |
| XYZ | 48.34 | 57.82 | 101.54 | - |
| YUV | 187.67 | 164.86 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 212 | 253 | 0.55 | 0.16 | 0 | 0.01 | 197.83 | 0.97 | 0.72 |
| Hex | 73 | D4 | FD | 37 | 10 | 0 | 1 | C6 | 61 | 48 |
| Octal | 163 | 324 | 375 | 67 | 20 | 0 | 1 | 306 | 141 | 110 |
| Binary | 1110011 | 11010100 | 11111101 | 110111 | 10000 | 0 | 1 | 11000110 | 1100001 | 1001000 |
Color Harmonies of #73D4FD
Complementary color
Monochromatic Colors of #73D4FD
Black with #73D4FD
Text Example
Text Example
White with #73D4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D4FD; }
p { color: rgb(115,212,253); }
H1.HeaderClassName
{
color: #73D4FD;
}
.AnyTagClassName
{
color: #73D4FD;
}
</style>
background-color css
<style>
a { background-color: #73D4FD; }
a { background-color: rgb(115,212,253); }
div.DivClassName
{
background-color: #73D4FD;
}
.BgClassName
{
background-color: #73D4FD;
}
</style>
border-color css
<style>
span { border-color: #73D4FD; }
span { border-color: rgb(115,212,253); }
td.TdClassName
{
border-color: #73D4FD;
}
.TagClassName
{
border-color: #73D4FD;
}
</style>