Shades of Maya Blue #73C5FF
Tints of Maya Blue #73C5FF
RGB
CMYK
RGB Variations
Color information
#73C5FF (or 0x73C5FF) is known color: Maya Blue. HEX triplet: 73, C5 and FF. RGB value is (115,197,255). Sum of RGB (Red+Green+Blue) = 115+197+255=567 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.28% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #73C5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C5FF is #8C3A00. Grayscale: #B2B2B2. Windows color (decimal): -9189889 or 16762227. OLE color: 16762227.
HSL color Cylindrical-coordinate representation of color #73C5FF: hue angle of 204.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73C5FF is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 197 | 255 | - |
| CMYK | 0.55 | 0.23 | 0 | 0 |
| HSL | 204.86º | 1% | 0.73% | - |
| HSV(B) | 204.86º | 0.55% | 1% | - |
| XYZ | 45.09 | 50.8 | 102.04 | - |
| YUV | 179.09 | 170.83 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 255 | 0.55 | 0.23 | 0 | 0 | 204.86 | 1 | 0.73 |
| Hex | 73 | C5 | FF | 37 | 17 | 0 | 0 | CD | 64 | 49 |
| Octal | 163 | 305 | 377 | 67 | 27 | 0 | 0 | 315 | 144 | 111 |
| Binary | 1110011 | 11000101 | 11111111 | 110111 | 10111 | 0 | 0 | 11001101 | 1100100 | 1001001 |
Color Harmonies of #73C5FF
Complementary color
Monochromatic Colors of #73C5FF
Black with #73C5FF
Text Example
Text Example
White with #73C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C5FF; }
p { color: rgb(115,197,255); }
H1.HeaderClassName
{
color: #73C5FF;
}
.AnyTagClassName
{
color: #73C5FF;
}
</style>
background-color css
<style>
a { background-color: #73C5FF; }
a { background-color: rgb(115,197,255); }
div.DivClassName
{
background-color: #73C5FF;
}
.BgClassName
{
background-color: #73C5FF;
}
</style>
border-color css
<style>
span { border-color: #73C5FF; }
span { border-color: rgb(115,197,255); }
td.TdClassName
{
border-color: #73C5FF;
}
.TagClassName
{
border-color: #73C5FF;
}
</style>