Shades of Maya Blue #73C8FC
Tints of Maya Blue #73C8FC
RGB
CMYK
RGB Variations
Color information
#73C8FC (or 0x73C8FC) is known color: Maya Blue. HEX triplet: 73, C8 and FC. RGB value is (115,200,252). Sum of RGB (Red+Green+Blue) = 115+200+252=567 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.28% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #73C8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C8FC is #8C3703. Grayscale: #B4B4B4. Windows color (decimal): -9189124 or 16566387. OLE color: 16566387.
HSL color Cylindrical-coordinate representation of color #73C8FC: hue angle of 202.77º 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 #73C8FC is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 200 | 252 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.01 |
| HSL | 202.77º | 0.96% | 0.72% | - |
| HSV(B) | 202.77º | 0.54% | 0.99% | - |
| XYZ | 45.3 | 51.98 | 99.74 | - |
| YUV | 180.51 | 168.34 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 252 | 0.54 | 0.21 | 0 | 0.01 | 202.77 | 0.96 | 0.72 |
| Hex | 73 | C8 | FC | 36 | 15 | 0 | 1 | CB | 60 | 48 |
| Octal | 163 | 310 | 374 | 66 | 25 | 0 | 1 | 313 | 140 | 110 |
| Binary | 1110011 | 11001000 | 11111100 | 110110 | 10101 | 0 | 1 | 11001011 | 1100000 | 1001000 |
Color Harmonies of #73C8FC
Complementary color
Monochromatic Colors of #73C8FC
Black with #73C8FC
Text Example
Text Example
White with #73C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C8FC; }
p { color: rgb(115,200,252); }
H1.HeaderClassName
{
color: #73C8FC;
}
.AnyTagClassName
{
color: #73C8FC;
}
</style>
background-color css
<style>
a { background-color: #73C8FC; }
a { background-color: rgb(115,200,252); }
div.DivClassName
{
background-color: #73C8FC;
}
.BgClassName
{
background-color: #73C8FC;
}
</style>
border-color css
<style>
span { border-color: #73C8FC; }
span { border-color: rgb(115,200,252); }
td.TdClassName
{
border-color: #73C8FC;
}
.TagClassName
{
border-color: #73C8FC;
}
</style>