Shades of Maya Blue #73BDEC
Tints of Maya Blue #73BDEC
RGB
CMYK
RGB Variations
Color information
#73BDEC (or 0x73BDEC) is known color: Maya Blue. HEX triplet: 73, BD and EC. RGB value is (115,189,236). Sum of RGB (Red+Green+Blue) = 115+189+236=540 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.30% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #73BDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BDEC is #8C4213. Grayscale: #ABABAB. Windows color (decimal): -9191956 or 15514995. OLE color: 15514995.
HSL color Cylindrical-coordinate representation of color #73BDEC: hue angle of 203.31º 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 #73BDEC is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 189 | 236 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.07 |
| HSL | 203.31º | 0.76% | 0.69% | - |
| HSV(B) | 203.31º | 0.51% | 0.93% | - |
| XYZ | 40.41 | 46.1 | 86.12 | - |
| YUV | 172.23 | 163.98 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 236 | 0.51 | 0.20 | 0 | 0.07 | 203.31 | 0.76 | 0.69 |
| Hex | 73 | BD | EC | 33 | 14 | 0 | 7 | CB | 4C | 45 |
| Octal | 163 | 275 | 354 | 63 | 24 | 0 | 7 | 313 | 114 | 105 |
| Binary | 1110011 | 10111101 | 11101100 | 110011 | 10100 | 0 | 111 | 11001011 | 1001100 | 1000101 |
Color Harmonies of #73BDEC
Complementary color
Monochromatic Colors of #73BDEC
Black with #73BDEC
Text Example
Text Example
White with #73BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BDEC; }
p { color: rgb(115,189,236); }
H1.HeaderClassName
{
color: #73BDEC;
}
.AnyTagClassName
{
color: #73BDEC;
}
</style>
background-color css
<style>
a { background-color: #73BDEC; }
a { background-color: rgb(115,189,236); }
div.DivClassName
{
background-color: #73BDEC;
}
.BgClassName
{
background-color: #73BDEC;
}
</style>
border-color css
<style>
span { border-color: #73BDEC; }
span { border-color: rgb(115,189,236); }
td.TdClassName
{
border-color: #73BDEC;
}
.TagClassName
{
border-color: #73BDEC;
}
</style>