Shades of Maya Blue #73C6FD
Tints of Maya Blue #73C6FD
RGB
CMYK
RGB Variations
Color information
#73C6FD (or 0x73C6FD) is known color: Maya Blue. HEX triplet: 73, C6 and FD. RGB value is (115,198,253). Sum of RGB (Red+Green+Blue) = 115+198+253=566 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.32% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #73C6FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C6FD is #8C3902. Grayscale: #B3B3B3. Windows color (decimal): -9189635 or 16631411. OLE color: 16631411.
HSL color Cylindrical-coordinate representation of color #73C6FD: hue angle of 203.91º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73C6FD is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 198 | 253 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.01 |
| HSL | 203.91º | 0.97% | 0.72% | - |
| HSV(B) | 203.91º | 0.55% | 0.99% | - |
| XYZ | 44.99 | 51.12 | 100.43 | - |
| YUV | 179.45 | 169.5 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 253 | 0.55 | 0.22 | 0 | 0.01 | 203.91 | 0.97 | 0.72 |
| Hex | 73 | C6 | FD | 37 | 16 | 0 | 1 | CC | 61 | 48 |
| Octal | 163 | 306 | 375 | 67 | 26 | 0 | 1 | 314 | 141 | 110 |
| Binary | 1110011 | 11000110 | 11111101 | 110111 | 10110 | 0 | 1 | 11001100 | 1100001 | 1001000 |
Color Harmonies of #73C6FD
Complementary color
Monochromatic Colors of #73C6FD
Black with #73C6FD
Text Example
Text Example
White with #73C6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C6FD; }
p { color: rgb(115,198,253); }
H1.HeaderClassName
{
color: #73C6FD;
}
.AnyTagClassName
{
color: #73C6FD;
}
</style>
background-color css
<style>
a { background-color: #73C6FD; }
a { background-color: rgb(115,198,253); }
div.DivClassName
{
background-color: #73C6FD;
}
.BgClassName
{
background-color: #73C6FD;
}
</style>
border-color css
<style>
span { border-color: #73C6FD; }
span { border-color: rgb(115,198,253); }
td.TdClassName
{
border-color: #73C6FD;
}
.TagClassName
{
border-color: #73C6FD;
}
</style>