Shades of Maya Blue #73BFFF
Tints of Maya Blue #73BFFF
RGB
CMYK
RGB Variations
Color information
#73BFFF (or 0x73BFFF) is known color: Maya Blue. HEX triplet: 73, BF and FF. RGB value is (115,191,255). Sum of RGB (Red+Green+Blue) = 115+191+255=561 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.50% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #73BFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BFFF is #8C4000. Grayscale: #AFAFAF. Windows color (decimal): -9191425 or 16760691. OLE color: 16760691.
HSL color Cylindrical-coordinate representation of color #73BFFF: hue angle of 207.43º 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 #73BFFF is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 191 | 255 | - |
| CMYK | 0.55 | 0.25 | 0 | 0 |
| HSL | 207.43º | 1% | 0.73% | - |
| HSV(B) | 207.43º | 0.55% | 1% | - |
| XYZ | 43.75 | 48.13 | 101.59 | - |
| YUV | 175.57 | 172.82 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 255 | 0.55 | 0.25 | 0 | 0 | 207.43 | 1 | 0.73 |
| Hex | 73 | BF | FF | 37 | 19 | 0 | 0 | CF | 64 | 49 |
| Octal | 163 | 277 | 377 | 67 | 31 | 0 | 0 | 317 | 144 | 111 |
| Binary | 1110011 | 10111111 | 11111111 | 110111 | 11001 | 0 | 0 | 11001111 | 1100100 | 1001001 |
Color Harmonies of #73BFFF
Complementary color
Monochromatic Colors of #73BFFF
Black with #73BFFF
Text Example
Text Example
White with #73BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BFFF; }
p { color: rgb(115,191,255); }
H1.HeaderClassName
{
color: #73BFFF;
}
.AnyTagClassName
{
color: #73BFFF;
}
</style>
background-color css
<style>
a { background-color: #73BFFF; }
a { background-color: rgb(115,191,255); }
div.DivClassName
{
background-color: #73BFFF;
}
.BgClassName
{
background-color: #73BFFF;
}
</style>
border-color css
<style>
span { border-color: #73BFFF; }
span { border-color: rgb(115,191,255); }
td.TdClassName
{
border-color: #73BFFF;
}
.TagClassName
{
border-color: #73BFFF;
}
</style>