Shades of Maya Blue #73C1EB
Tints of Maya Blue #73C1EB
RGB
CMYK
RGB Variations
Color information
#73C1EB (or 0x73C1EB) is known color: Maya Blue. HEX triplet: 73, C1 and EB. RGB value is (115,193,235). Sum of RGB (Red+Green+Blue) = 115+193+235=543 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.18% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #73C1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C1EB is #8C3E14. Grayscale: #AEAEAE. Windows color (decimal): -9190933 or 15450483. OLE color: 15450483.
HSL color Cylindrical-coordinate representation of color #73C1EB: hue angle of 201º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73C1EB is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 193 | 235 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.08 |
| HSL | 201º | 0.75% | 0.69% | - |
| HSV(B) | 201º | 0.51% | 0.92% | - |
| XYZ | 41.14 | 47.78 | 85.65 | - |
| YUV | 174.47 | 162.16 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 235 | 0.51 | 0.18 | 0 | 0.08 | 201 | 0.75 | 0.69 |
| Hex | 73 | C1 | EB | 33 | 12 | 0 | 8 | C9 | 4B | 45 |
| Octal | 163 | 301 | 353 | 63 | 22 | 0 | 10 | 311 | 113 | 105 |
| Binary | 1110011 | 11000001 | 11101011 | 110011 | 10010 | 0 | 1000 | 11001001 | 1001011 | 1000101 |
Color Harmonies of #73C1EB
Complementary color
Monochromatic Colors of #73C1EB
Black with #73C1EB
Text Example
Text Example
White with #73C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C1EB; }
p { color: rgb(115,193,235); }
H1.HeaderClassName
{
color: #73C1EB;
}
.AnyTagClassName
{
color: #73C1EB;
}
</style>
background-color css
<style>
a { background-color: #73C1EB; }
a { background-color: rgb(115,193,235); }
div.DivClassName
{
background-color: #73C1EB;
}
.BgClassName
{
background-color: #73C1EB;
}
</style>
border-color css
<style>
span { border-color: #73C1EB; }
span { border-color: rgb(115,193,235); }
td.TdClassName
{
border-color: #73C1EB;
}
.TagClassName
{
border-color: #73C1EB;
}
</style>