Shades of Maya Blue #73BCEC
Tints of Maya Blue #73BCEC
RGB
CMYK
RGB Variations
Color information
#73BCEC (or 0x73BCEC) is known color: Maya Blue. HEX triplet: 73, BC and EC. RGB value is (115,188,236). Sum of RGB (Red+Green+Blue) = 115+188+236=539 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.34% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #73BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BCEC is #8C4313. Grayscale: #ABABAB. Windows color (decimal): -9192212 or 15514739. OLE color: 15514739.
HSL color Cylindrical-coordinate representation of color #73BCEC: hue angle of 203.8º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73BCEC is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 188 | 236 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.07 |
| HSL | 203.8º | 0.76% | 0.69% | - |
| HSV(B) | 203.8º | 0.51% | 0.93% | - |
| XYZ | 40.19 | 45.67 | 86.05 | - |
| YUV | 171.65 | 164.32 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 236 | 0.51 | 0.20 | 0 | 0.07 | 203.8 | 0.76 | 0.69 |
| Hex | 73 | BC | EC | 33 | 14 | 0 | 7 | CC | 4C | 45 |
| Octal | 163 | 274 | 354 | 63 | 24 | 0 | 7 | 314 | 114 | 105 |
| Binary | 1110011 | 10111100 | 11101100 | 110011 | 10100 | 0 | 111 | 11001100 | 1001100 | 1000101 |
Color Harmonies of #73BCEC
Complementary color
Monochromatic Colors of #73BCEC
Black with #73BCEC
Text Example
Text Example
White with #73BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BCEC; }
p { color: rgb(115,188,236); }
H1.HeaderClassName
{
color: #73BCEC;
}
.AnyTagClassName
{
color: #73BCEC;
}
</style>
background-color css
<style>
a { background-color: #73BCEC; }
a { background-color: rgb(115,188,236); }
div.DivClassName
{
background-color: #73BCEC;
}
.BgClassName
{
background-color: #73BCEC;
}
</style>
border-color css
<style>
span { border-color: #73BCEC; }
span { border-color: rgb(115,188,236); }
td.TdClassName
{
border-color: #73BCEC;
}
.TagClassName
{
border-color: #73BCEC;
}
</style>