Shades of Maya Blue #73C5FC
Tints of Maya Blue #73C5FC
RGB
CMYK
RGB Variations
Color information
#73C5FC (or 0x73C5FC) is known color: Maya Blue. HEX triplet: 73, C5 and FC. RGB value is (115,197,252). Sum of RGB (Red+Green+Blue) = 115+197+252=564 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.39% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #73C5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C5FC is #8C3A03. Grayscale: #B2B2B2. Windows color (decimal): -9189892 or 16565619. OLE color: 16565619.
HSL color Cylindrical-coordinate representation of color #73C5FC: hue angle of 204.09º 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 #73C5FC is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 197 | 252 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.01 |
| HSL | 204.09º | 0.96% | 0.72% | - |
| HSV(B) | 204.09º | 0.54% | 0.99% | - |
| XYZ | 44.61 | 50.61 | 99.51 | - |
| YUV | 178.75 | 169.33 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 252 | 0.54 | 0.22 | 0 | 0.01 | 204.09 | 0.96 | 0.72 |
| Hex | 73 | C5 | FC | 36 | 16 | 0 | 1 | CC | 60 | 48 |
| Octal | 163 | 305 | 374 | 66 | 26 | 0 | 1 | 314 | 140 | 110 |
| Binary | 1110011 | 11000101 | 11111100 | 110110 | 10110 | 0 | 1 | 11001100 | 1100000 | 1001000 |
Color Harmonies of #73C5FC
Complementary color
Monochromatic Colors of #73C5FC
Black with #73C5FC
Text Example
Text Example
White with #73C5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C5FC; }
p { color: rgb(115,197,252); }
H1.HeaderClassName
{
color: #73C5FC;
}
.AnyTagClassName
{
color: #73C5FC;
}
</style>
background-color css
<style>
a { background-color: #73C5FC; }
a { background-color: rgb(115,197,252); }
div.DivClassName
{
background-color: #73C5FC;
}
.BgClassName
{
background-color: #73C5FC;
}
</style>
border-color css
<style>
span { border-color: #73C5FC; }
span { border-color: rgb(115,197,252); }
td.TdClassName
{
border-color: #73C5FC;
}
.TagClassName
{
border-color: #73C5FC;
}
</style>