Shades of Maya Blue #73C2FB
Tints of Maya Blue #73C2FB
RGB
CMYK
RGB Variations
Color information
#73C2FB (or 0x73C2FB) is known color: Maya Blue. HEX triplet: 73, C2 and FB. RGB value is (115,194,251). Sum of RGB (Red+Green+Blue) = 115+194+251=560 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.54% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #73C2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C2FB is #8C3D04. Grayscale: #B0B0B0. Windows color (decimal): -9190661 or 16499315. OLE color: 16499315.
HSL color Cylindrical-coordinate representation of color #73C2FB: hue angle of 205.15º 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 #73C2FB is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 194 | 251 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.02 |
| HSL | 205.15º | 0.94% | 0.72% | - |
| HSV(B) | 205.15º | 0.54% | 0.98% | - |
| XYZ | 43.77 | 49.19 | 98.45 | - |
| YUV | 176.88 | 169.83 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 194 | 251 | 0.54 | 0.23 | 0 | 0.02 | 205.15 | 0.94 | 0.72 |
| Hex | 73 | C2 | FB | 36 | 17 | 0 | 2 | CD | 5E | 48 |
| Octal | 163 | 302 | 373 | 66 | 27 | 0 | 2 | 315 | 136 | 110 |
| Binary | 1110011 | 11000010 | 11111011 | 110110 | 10111 | 0 | 10 | 11001101 | 1011110 | 1001000 |
Color Harmonies of #73C2FB
Complementary color
Monochromatic Colors of #73C2FB
Black with #73C2FB
Text Example
Text Example
White with #73C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C2FB; }
p { color: rgb(115,194,251); }
H1.HeaderClassName
{
color: #73C2FB;
}
.AnyTagClassName
{
color: #73C2FB;
}
</style>
background-color css
<style>
a { background-color: #73C2FB; }
a { background-color: rgb(115,194,251); }
div.DivClassName
{
background-color: #73C2FB;
}
.BgClassName
{
background-color: #73C2FB;
}
</style>
border-color css
<style>
span { border-color: #73C2FB; }
span { border-color: rgb(115,194,251); }
td.TdClassName
{
border-color: #73C2FB;
}
.TagClassName
{
border-color: #73C2FB;
}
</style>