Shades of Maya Blue #73D0FF
Tints of Maya Blue #73D0FF
RGB
CMYK
RGB Variations
Color information
#73D0FF (or 0x73D0FF) is known color: Maya Blue. HEX triplet: 73, D0 and FF. RGB value is (115,208,255). Sum of RGB (Red+Green+Blue) = 115+208+255=578 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.90% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #73D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D0FF is #8C2F00. Grayscale: #B9B9B9. Windows color (decimal): -9187073 or 16765043. OLE color: 16765043.
HSL color Cylindrical-coordinate representation of color #73D0FF: hue angle of 200.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73D0FF is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 208 | 255 | - |
| CMYK | 0.55 | 0.18 | 0 | 0 |
| HSL | 200.14º | 1% | 0.73% | - |
| HSV(B) | 200.14º | 0.55% | 1% | - |
| XYZ | 47.68 | 55.98 | 102.9 | - |
| YUV | 185.55 | 167.19 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 255 | 0.55 | 0.18 | 0 | 0 | 200.14 | 1 | 0.73 |
| Hex | 73 | D0 | FF | 37 | 12 | 0 | 0 | C8 | 64 | 49 |
| Octal | 163 | 320 | 377 | 67 | 22 | 0 | 0 | 310 | 144 | 111 |
| Binary | 1110011 | 11010000 | 11111111 | 110111 | 10010 | 0 | 0 | 11001000 | 1100100 | 1001001 |
Color Harmonies of #73D0FF
Complementary color
Monochromatic Colors of #73D0FF
Black with #73D0FF
Text Example
Text Example
White with #73D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D0FF; }
p { color: rgb(115,208,255); }
H1.HeaderClassName
{
color: #73D0FF;
}
.AnyTagClassName
{
color: #73D0FF;
}
</style>
background-color css
<style>
a { background-color: #73D0FF; }
a { background-color: rgb(115,208,255); }
div.DivClassName
{
background-color: #73D0FF;
}
.BgClassName
{
background-color: #73D0FF;
}
</style>
border-color css
<style>
span { border-color: #73D0FF; }
span { border-color: rgb(115,208,255); }
td.TdClassName
{
border-color: #73D0FF;
}
.TagClassName
{
border-color: #73D0FF;
}
</style>