Shades of Maya Blue #73D2FB
Tints of Maya Blue #73D2FB
RGB
CMYK
RGB Variations
Color information
#73D2FB (or 0x73D2FB) is known color: Maya Blue. HEX triplet: 73, D2 and FB. RGB value is (115,210,251). Sum of RGB (Red+Green+Blue) = 115+210+251=576 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.97% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #73D2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D2FB is #8C2D04. Grayscale: #BABABA. Windows color (decimal): -9186565 or 16503411. OLE color: 16503411.
HSL color Cylindrical-coordinate representation of color #73D2FB: hue angle of 198.09º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73D2FB is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 210 | 251 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.02 |
| HSL | 198.09º | 0.94% | 0.72% | - |
| HSV(B) | 198.09º | 0.54% | 0.98% | - |
| XYZ | 47.53 | 56.7 | 99.71 | - |
| YUV | 186.27 | 164.53 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 251 | 0.54 | 0.16 | 0 | 0.02 | 198.09 | 0.94 | 0.72 |
| Hex | 73 | D2 | FB | 36 | 10 | 0 | 2 | C6 | 5E | 48 |
| Octal | 163 | 322 | 373 | 66 | 20 | 0 | 2 | 306 | 136 | 110 |
| Binary | 1110011 | 11010010 | 11111011 | 110110 | 10000 | 0 | 10 | 11000110 | 1011110 | 1001000 |
Color Harmonies of #73D2FB
Complementary color
Monochromatic Colors of #73D2FB
Black with #73D2FB
Text Example
Text Example
White with #73D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D2FB; }
p { color: rgb(115,210,251); }
H1.HeaderClassName
{
color: #73D2FB;
}
.AnyTagClassName
{
color: #73D2FB;
}
</style>
background-color css
<style>
a { background-color: #73D2FB; }
a { background-color: rgb(115,210,251); }
div.DivClassName
{
background-color: #73D2FB;
}
.BgClassName
{
background-color: #73D2FB;
}
</style>
border-color css
<style>
span { border-color: #73D2FB; }
span { border-color: rgb(115,210,251); }
td.TdClassName
{
border-color: #73D2FB;
}
.TagClassName
{
border-color: #73D2FB;
}
</style>