Shades of Maya Blue #73BFF3
Tints of Maya Blue #73BFF3
RGB
CMYK
RGB Variations
Color information
#73BFF3 (or 0x73BFF3) is known color: Maya Blue. HEX triplet: 73, BF and F3. RGB value is (115,191,243). Sum of RGB (Red+Green+Blue) = 115+191+243=549 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.95% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #73BFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BFF3 is #8C400C. Grayscale: #ADADAD. Windows color (decimal): -9191437 or 15974259. OLE color: 15974259.
HSL color Cylindrical-coordinate representation of color #73BFF3: hue angle of 204.38º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73BFF3 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 191 | 243 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.05 |
| HSL | 204.38º | 0.84% | 0.7% | - |
| HSV(B) | 204.38º | 0.53% | 0.95% | - |
| XYZ | 41.88 | 47.38 | 91.73 | - |
| YUV | 174.2 | 166.82 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 243 | 0.53 | 0.21 | 0 | 0.05 | 204.38 | 0.84 | 0.7 |
| Hex | 73 | BF | F3 | 35 | 15 | 0 | 5 | CC | 54 | 46 |
| Octal | 163 | 277 | 363 | 65 | 25 | 0 | 5 | 314 | 124 | 106 |
| Binary | 1110011 | 10111111 | 11110011 | 110101 | 10101 | 0 | 101 | 11001100 | 1010100 | 1000110 |
Color Harmonies of #73BFF3
Complementary color
Monochromatic Colors of #73BFF3
Black with #73BFF3
Text Example
Text Example
White with #73BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BFF3; }
p { color: rgb(115,191,243); }
H1.HeaderClassName
{
color: #73BFF3;
}
.AnyTagClassName
{
color: #73BFF3;
}
</style>
background-color css
<style>
a { background-color: #73BFF3; }
a { background-color: rgb(115,191,243); }
div.DivClassName
{
background-color: #73BFF3;
}
.BgClassName
{
background-color: #73BFF3;
}
</style>
border-color css
<style>
span { border-color: #73BFF3; }
span { border-color: rgb(115,191,243); }
td.TdClassName
{
border-color: #73BFF3;
}
.TagClassName
{
border-color: #73BFF3;
}
</style>