Shades of Maya Blue #73B8FB
Tints of Maya Blue #73B8FB
RGB
CMYK
RGB Variations
Color information
#73B8FB (or 0x73B8FB) is known color: Maya Blue. HEX triplet: 73, B8 and FB. RGB value is (115,184,251). Sum of RGB (Red+Green+Blue) = 115+184+251=550 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.91% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #73B8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73B8FB is #8C4704. Grayscale: #AAAAAA. Windows color (decimal): -9193221 or 16496755. OLE color: 16496755.
HSL color Cylindrical-coordinate representation of color #73B8FB: hue angle of 209.56º 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 #73B8FB is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 184 | 251 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.02 |
| HSL | 209.56º | 0.94% | 0.72% | - |
| HSV(B) | 209.56º | 0.54% | 0.98% | - |
| XYZ | 41.62 | 44.89 | 97.74 | - |
| YUV | 171.01 | 173.14 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 184 | 251 | 0.54 | 0.27 | 0 | 0.02 | 209.56 | 0.94 | 0.72 |
| Hex | 73 | B8 | FB | 36 | 1B | 0 | 2 | D2 | 5E | 48 |
| Octal | 163 | 270 | 373 | 66 | 33 | 0 | 2 | 322 | 136 | 110 |
| Binary | 1110011 | 10111000 | 11111011 | 110110 | 11011 | 0 | 10 | 11010010 | 1011110 | 1001000 |
Color Harmonies of #73B8FB
Complementary color
Monochromatic Colors of #73B8FB
Black with #73B8FB
Text Example
Text Example
White with #73B8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B8FB; }
p { color: rgb(115,184,251); }
H1.HeaderClassName
{
color: #73B8FB;
}
.AnyTagClassName
{
color: #73B8FB;
}
</style>
background-color css
<style>
a { background-color: #73B8FB; }
a { background-color: rgb(115,184,251); }
div.DivClassName
{
background-color: #73B8FB;
}
.BgClassName
{
background-color: #73B8FB;
}
</style>
border-color css
<style>
span { border-color: #73B8FB; }
span { border-color: rgb(115,184,251); }
td.TdClassName
{
border-color: #73B8FB;
}
.TagClassName
{
border-color: #73B8FB;
}
</style>