Shades of Maya Blue #73C0FF
Tints of Maya Blue #73C0FF
RGB
CMYK
RGB Variations
Color information
#73C0FF (or 0x73C0FF) is known color: Maya Blue. HEX triplet: 73, C0 and FF. RGB value is (115,192,255). Sum of RGB (Red+Green+Blue) = 115+192+255=562 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.46% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #73C0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C0FF is #8C3F00. Grayscale: #AFAFAF. Windows color (decimal): -9191169 or 16760947. OLE color: 16760947.
HSL color Cylindrical-coordinate representation of color #73C0FF: hue angle of 207º 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 #73C0FF is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 192 | 255 | - |
| CMYK | 0.55 | 0.25 | 0 | 0 |
| HSL | 207º | 1% | 0.73% | - |
| HSV(B) | 207º | 0.55% | 1% | - |
| XYZ | 43.97 | 48.56 | 101.66 | - |
| YUV | 176.16 | 172.49 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 255 | 0.55 | 0.25 | 0 | 0 | 207 | 1 | 0.73 |
| Hex | 73 | C0 | FF | 37 | 19 | 0 | 0 | CF | 64 | 49 |
| Octal | 163 | 300 | 377 | 67 | 31 | 0 | 0 | 317 | 144 | 111 |
| Binary | 1110011 | 11000000 | 11111111 | 110111 | 11001 | 0 | 0 | 11001111 | 1100100 | 1001001 |
Color Harmonies of #73C0FF
Complementary color
Monochromatic Colors of #73C0FF
Black with #73C0FF
Text Example
Text Example
White with #73C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C0FF; }
p { color: rgb(115,192,255); }
H1.HeaderClassName
{
color: #73C0FF;
}
.AnyTagClassName
{
color: #73C0FF;
}
</style>
background-color css
<style>
a { background-color: #73C0FF; }
a { background-color: rgb(115,192,255); }
div.DivClassName
{
background-color: #73C0FF;
}
.BgClassName
{
background-color: #73C0FF;
}
</style>
border-color css
<style>
span { border-color: #73C0FF; }
span { border-color: rgb(115,192,255); }
td.TdClassName
{
border-color: #73C0FF;
}
.TagClassName
{
border-color: #73C0FF;
}
</style>