Shades of Maya Blue #73C7FB
Tints of Maya Blue #73C7FB
RGB
CMYK
RGB Variations
Color information
#73C7FB (or 0x73C7FB) is known color: Maya Blue. HEX triplet: 73, C7 and FB. RGB value is (115,199,251). Sum of RGB (Red+Green+Blue) = 115+199+251=565 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.35% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #73C7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C7FB is #8C3804. Grayscale: #B3B3B3. Windows color (decimal): -9189381 or 16500595. OLE color: 16500595.
HSL color Cylindrical-coordinate representation of color #73C7FB: hue angle of 202.94º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73C7FB is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 199 | 251 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.02 |
| HSL | 202.94º | 0.94% | 0.72% | - |
| HSV(B) | 202.94º | 0.54% | 0.98% | - |
| XYZ | 44.91 | 51.46 | 98.83 | - |
| YUV | 179.81 | 168.17 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 199 | 251 | 0.54 | 0.21 | 0 | 0.02 | 202.94 | 0.94 | 0.72 |
| Hex | 73 | C7 | FB | 36 | 15 | 0 | 2 | CB | 5E | 48 |
| Octal | 163 | 307 | 373 | 66 | 25 | 0 | 2 | 313 | 136 | 110 |
| Binary | 1110011 | 11000111 | 11111011 | 110110 | 10101 | 0 | 10 | 11001011 | 1011110 | 1001000 |
Color Harmonies of #73C7FB
Complementary color
Monochromatic Colors of #73C7FB
Black with #73C7FB
Text Example
Text Example
White with #73C7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C7FB; }
p { color: rgb(115,199,251); }
H1.HeaderClassName
{
color: #73C7FB;
}
.AnyTagClassName
{
color: #73C7FB;
}
</style>
background-color css
<style>
a { background-color: #73C7FB; }
a { background-color: rgb(115,199,251); }
div.DivClassName
{
background-color: #73C7FB;
}
.BgClassName
{
background-color: #73C7FB;
}
</style>
border-color css
<style>
span { border-color: #73C7FB; }
span { border-color: rgb(115,199,251); }
td.TdClassName
{
border-color: #73C7FB;
}
.TagClassName
{
border-color: #73C7FB;
}
</style>