Shades of Maya Blue #73BEEC
Tints of Maya Blue #73BEEC
RGB
CMYK
RGB Variations
Color information
#73BEEC (or 0x73BEEC) is known color: Maya Blue. HEX triplet: 73, BE and EC. RGB value is (115,190,236). Sum of RGB (Red+Green+Blue) = 115+190+236=541 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.26% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #73BEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BEEC is #8C4113. Grayscale: #ACACAC. Windows color (decimal): -9191700 or 15515251. OLE color: 15515251.
HSL color Cylindrical-coordinate representation of color #73BEEC: hue angle of 202.81º 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 #73BEEC is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 190 | 236 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.07 |
| HSL | 202.81º | 0.76% | 0.69% | - |
| HSV(B) | 202.81º | 0.51% | 0.93% | - |
| XYZ | 40.62 | 46.53 | 86.2 | - |
| YUV | 172.82 | 163.65 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 236 | 0.51 | 0.19 | 0 | 0.07 | 202.81 | 0.76 | 0.69 |
| Hex | 73 | BE | EC | 33 | 13 | 0 | 7 | CB | 4C | 45 |
| Octal | 163 | 276 | 354 | 63 | 23 | 0 | 7 | 313 | 114 | 105 |
| Binary | 1110011 | 10111110 | 11101100 | 110011 | 10011 | 0 | 111 | 11001011 | 1001100 | 1000101 |
Color Harmonies of #73BEEC
Complementary color
Monochromatic Colors of #73BEEC
Black with #73BEEC
Text Example
Text Example
White with #73BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BEEC; }
p { color: rgb(115,190,236); }
H1.HeaderClassName
{
color: #73BEEC;
}
.AnyTagClassName
{
color: #73BEEC;
}
</style>
background-color css
<style>
a { background-color: #73BEEC; }
a { background-color: rgb(115,190,236); }
div.DivClassName
{
background-color: #73BEEC;
}
.BgClassName
{
background-color: #73BEEC;
}
</style>
border-color css
<style>
span { border-color: #73BEEC; }
span { border-color: rgb(115,190,236); }
td.TdClassName
{
border-color: #73BEEC;
}
.TagClassName
{
border-color: #73BEEC;
}
</style>