Shades of Maya Blue #73C1FF
Tints of Maya Blue #73C1FF
RGB
CMYK
RGB Variations
Color information
#73C1FF (or 0x73C1FF) is known color: Maya Blue. HEX triplet: 73, C1 and FF. RGB value is (115,193,255). Sum of RGB (Red+Green+Blue) = 115+193+255=563 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.43% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #73C1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C1FF is #8C3E00. Grayscale: #B0B0B0. Windows color (decimal): -9190913 or 16761203. OLE color: 16761203.
HSL color Cylindrical-coordinate representation of color #73C1FF: hue angle of 206.57º 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 #73C1FF is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 193 | 255 | - |
| CMYK | 0.55 | 0.24 | 0 | 0 |
| HSL | 206.57º | 1% | 0.73% | - |
| HSV(B) | 206.57º | 0.55% | 1% | - |
| XYZ | 44.19 | 49 | 101.74 | - |
| YUV | 176.75 | 172.16 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 255 | 0.55 | 0.24 | 0 | 0 | 206.57 | 1 | 0.73 |
| Hex | 73 | C1 | FF | 37 | 18 | 0 | 0 | CF | 64 | 49 |
| Octal | 163 | 301 | 377 | 67 | 30 | 0 | 0 | 317 | 144 | 111 |
| Binary | 1110011 | 11000001 | 11111111 | 110111 | 11000 | 0 | 0 | 11001111 | 1100100 | 1001001 |
Color Harmonies of #73C1FF
Complementary color
Monochromatic Colors of #73C1FF
Black with #73C1FF
Text Example
Text Example
White with #73C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C1FF; }
p { color: rgb(115,193,255); }
H1.HeaderClassName
{
color: #73C1FF;
}
.AnyTagClassName
{
color: #73C1FF;
}
</style>
background-color css
<style>
a { background-color: #73C1FF; }
a { background-color: rgb(115,193,255); }
div.DivClassName
{
background-color: #73C1FF;
}
.BgClassName
{
background-color: #73C1FF;
}
</style>
border-color css
<style>
span { border-color: #73C1FF; }
span { border-color: rgb(115,193,255); }
td.TdClassName
{
border-color: #73C1FF;
}
.TagClassName
{
border-color: #73C1FF;
}
</style>