Shades of Maya Blue #73B8F1
Tints of Maya Blue #73B8F1
RGB
CMYK
RGB Variations
Color information
#73B8F1 (or 0x73B8F1) is known color: Maya Blue. HEX triplet: 73, B8 and F1. RGB value is (115,184,241). Sum of RGB (Red+Green+Blue) = 115+184+241=540 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.30% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #73B8F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73B8F1 is #8C470E. Grayscale: #A9A9A9. Windows color (decimal): -9193231 or 15841395. OLE color: 15841395.
HSL color Cylindrical-coordinate representation of color #73B8F1: hue angle of 207.14º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73B8F1 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 184 | 241 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.05 |
| HSL | 207.14º | 0.82% | 0.7% | - |
| HSV(B) | 207.14º | 0.52% | 0.95% | - |
| XYZ | 40.09 | 44.28 | 89.65 | - |
| YUV | 169.87 | 168.14 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 184 | 241 | 0.52 | 0.24 | 0 | 0.05 | 207.14 | 0.82 | 0.7 |
| Hex | 73 | B8 | F1 | 34 | 18 | 0 | 5 | CF | 52 | 46 |
| Octal | 163 | 270 | 361 | 64 | 30 | 0 | 5 | 317 | 122 | 106 |
| Binary | 1110011 | 10111000 | 11110001 | 110100 | 11000 | 0 | 101 | 11001111 | 1010010 | 1000110 |
Color Harmonies of #73B8F1
Complementary color
Monochromatic Colors of #73B8F1
Black with #73B8F1
Text Example
Text Example
White with #73B8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B8F1; }
p { color: rgb(115,184,241); }
H1.HeaderClassName
{
color: #73B8F1;
}
.AnyTagClassName
{
color: #73B8F1;
}
</style>
background-color css
<style>
a { background-color: #73B8F1; }
a { background-color: rgb(115,184,241); }
div.DivClassName
{
background-color: #73B8F1;
}
.BgClassName
{
background-color: #73B8F1;
}
</style>
border-color css
<style>
span { border-color: #73B8F1; }
span { border-color: rgb(115,184,241); }
td.TdClassName
{
border-color: #73B8F1;
}
.TagClassName
{
border-color: #73B8F1;
}
</style>