Shades of Maya Blue #73D2FF
Tints of Maya Blue #73D2FF
RGB
CMYK
RGB Variations
Color information
#73D2FF (or 0x73D2FF) is known color: Maya Blue. HEX triplet: 73, D2 and FF. RGB value is (115,210,255). Sum of RGB (Red+Green+Blue) = 115+210+255=580 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.83% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #73D2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D2FF is #8C2D00. Grayscale: #BABABA. Windows color (decimal): -9186561 or 16765555. OLE color: 16765555.
HSL color Cylindrical-coordinate representation of color #73D2FF: hue angle of 199.29º 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 #73D2FF is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 210 | 255 | - |
| CMYK | 0.55 | 0.18 | 0 | 0 |
| HSL | 199.29º | 1% | 0.73% | - |
| HSV(B) | 199.29º | 0.55% | 1% | - |
| XYZ | 48.17 | 56.96 | 103.06 | - |
| YUV | 186.73 | 166.53 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 255 | 0.55 | 0.18 | 0 | 0 | 199.29 | 1 | 0.73 |
| Hex | 73 | D2 | FF | 37 | 12 | 0 | 0 | C7 | 64 | 49 |
| Octal | 163 | 322 | 377 | 67 | 22 | 0 | 0 | 307 | 144 | 111 |
| Binary | 1110011 | 11010010 | 11111111 | 110111 | 10010 | 0 | 0 | 11000111 | 1100100 | 1001001 |
Color Harmonies of #73D2FF
Complementary color
Monochromatic Colors of #73D2FF
Black with #73D2FF
Text Example
Text Example
White with #73D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D2FF; }
p { color: rgb(115,210,255); }
H1.HeaderClassName
{
color: #73D2FF;
}
.AnyTagClassName
{
color: #73D2FF;
}
</style>
background-color css
<style>
a { background-color: #73D2FF; }
a { background-color: rgb(115,210,255); }
div.DivClassName
{
background-color: #73D2FF;
}
.BgClassName
{
background-color: #73D2FF;
}
</style>
border-color css
<style>
span { border-color: #73D2FF; }
span { border-color: rgb(115,210,255); }
td.TdClassName
{
border-color: #73D2FF;
}
.TagClassName
{
border-color: #73D2FF;
}
</style>