Shades of Maya Blue #73BCFC
Tints of Maya Blue #73BCFC
RGB
CMYK
RGB Variations
Color information
#73BCFC (or 0x73BCFC) is known color: Maya Blue. HEX triplet: 73, BC and FC. RGB value is (115,188,252). Sum of RGB (Red+Green+Blue) = 115+188+252=555 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.72% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #73BCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BCFC is #8C4303. Grayscale: #ADADAD. Windows color (decimal): -9192196 or 16563315. OLE color: 16563315.
HSL color Cylindrical-coordinate representation of color #73BCFC: hue angle of 208.03º 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 #73BCFC is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 188 | 252 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.01 |
| HSL | 208.03º | 0.96% | 0.72% | - |
| HSV(B) | 208.03º | 0.54% | 0.99% | - |
| XYZ | 42.62 | 46.64 | 98.85 | - |
| YUV | 173.47 | 172.32 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 252 | 0.54 | 0.25 | 0 | 0.01 | 208.03 | 0.96 | 0.72 |
| Hex | 73 | BC | FC | 36 | 19 | 0 | 1 | D0 | 60 | 48 |
| Octal | 163 | 274 | 374 | 66 | 31 | 0 | 1 | 320 | 140 | 110 |
| Binary | 1110011 | 10111100 | 11111100 | 110110 | 11001 | 0 | 1 | 11010000 | 1100000 | 1001000 |
Color Harmonies of #73BCFC
Complementary color
Monochromatic Colors of #73BCFC
Black with #73BCFC
Text Example
Text Example
White with #73BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BCFC; }
p { color: rgb(115,188,252); }
H1.HeaderClassName
{
color: #73BCFC;
}
.AnyTagClassName
{
color: #73BCFC;
}
</style>
background-color css
<style>
a { background-color: #73BCFC; }
a { background-color: rgb(115,188,252); }
div.DivClassName
{
background-color: #73BCFC;
}
.BgClassName
{
background-color: #73BCFC;
}
</style>
border-color css
<style>
span { border-color: #73BCFC; }
span { border-color: rgb(115,188,252); }
td.TdClassName
{
border-color: #73BCFC;
}
.TagClassName
{
border-color: #73BCFC;
}
</style>