Shades of Maya Blue #73CFFC
Tints of Maya Blue #73CFFC
RGB
CMYK
RGB Variations
Color information
#73CFFC (or 0x73CFFC) is known color: Maya Blue. HEX triplet: 73, CF and FC. RGB value is (115,207,252). Sum of RGB (Red+Green+Blue) = 115+207+252=574 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20.03% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #73CFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CFFC is #8C3003. Grayscale: #B8B8B8. Windows color (decimal): -9187332 or 16568179. OLE color: 16568179.
HSL color Cylindrical-coordinate representation of color #73CFFC: hue angle of 199.71º 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 #73CFFC is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 207 | 252 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.01 |
| HSL | 199.71º | 0.96% | 0.72% | - |
| HSV(B) | 199.71º | 0.54% | 0.99% | - |
| XYZ | 46.95 | 55.3 | 100.29 | - |
| YUV | 184.62 | 166.02 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 252 | 0.54 | 0.18 | 0 | 0.01 | 199.71 | 0.96 | 0.72 |
| Hex | 73 | CF | FC | 36 | 12 | 0 | 1 | C8 | 60 | 48 |
| Octal | 163 | 317 | 374 | 66 | 22 | 0 | 1 | 310 | 140 | 110 |
| Binary | 1110011 | 11001111 | 11111100 | 110110 | 10010 | 0 | 1 | 11001000 | 1100000 | 1001000 |
Color Harmonies of #73CFFC
Complementary color
Monochromatic Colors of #73CFFC
Black with #73CFFC
Text Example
Text Example
White with #73CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFFC; }
p { color: rgb(115,207,252); }
H1.HeaderClassName
{
color: #73CFFC;
}
.AnyTagClassName
{
color: #73CFFC;
}
</style>
background-color css
<style>
a { background-color: #73CFFC; }
a { background-color: rgb(115,207,252); }
div.DivClassName
{
background-color: #73CFFC;
}
.BgClassName
{
background-color: #73CFFC;
}
</style>
border-color css
<style>
span { border-color: #73CFFC; }
span { border-color: rgb(115,207,252); }
td.TdClassName
{
border-color: #73CFFC;
}
.TagClassName
{
border-color: #73CFFC;
}
</style>