Shades of Maya Blue #73ABFC
Tints of Maya Blue #73ABFC
RGB
CMYK
RGB Variations
Color information
#73ABFC (or 0x73ABFC) is known color: Maya Blue. HEX triplet: 73, AB and FC. RGB value is (115,171,252). Sum of RGB (Red+Green+Blue) = 115+171+252=538 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.38% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #73ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ABFC is #8C5403. Grayscale: #A3A3A3. Windows color (decimal): -9196548 or 16558963. OLE color: 16558963.
HSL color Cylindrical-coordinate representation of color #73ABFC: hue angle of 215.47º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73ABFC is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 171 | 252 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.01 |
| HSL | 215.47º | 0.96% | 0.72% | - |
| HSV(B) | 215.47º | 0.54% | 0.99% | - |
| XYZ | 39.2 | 39.8 | 97.71 | - |
| YUV | 163.49 | 177.95 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 252 | 0.54 | 0.32 | 0 | 0.01 | 215.47 | 0.96 | 0.72 |
| Hex | 73 | AB | FC | 36 | 20 | 0 | 1 | D7 | 60 | 48 |
| Octal | 163 | 253 | 374 | 66 | 40 | 0 | 1 | 327 | 140 | 110 |
| Binary | 1110011 | 10101011 | 11111100 | 110110 | 100000 | 0 | 1 | 11010111 | 1100000 | 1001000 |
Color Harmonies of #73ABFC
Complementary color
Monochromatic Colors of #73ABFC
Black with #73ABFC
Text Example
Text Example
White with #73ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ABFC; }
p { color: rgb(115,171,252); }
H1.HeaderClassName
{
color: #73ABFC;
}
.AnyTagClassName
{
color: #73ABFC;
}
</style>
background-color css
<style>
a { background-color: #73ABFC; }
a { background-color: rgb(115,171,252); }
div.DivClassName
{
background-color: #73ABFC;
}
.BgClassName
{
background-color: #73ABFC;
}
</style>
border-color css
<style>
span { border-color: #73ABFC; }
span { border-color: rgb(115,171,252); }
td.TdClassName
{
border-color: #73ABFC;
}
.TagClassName
{
border-color: #73ABFC;
}
</style>