Shades of Maya Blue #73D0F2
Tints of Maya Blue #73D0F2
RGB
CMYK
RGB Variations
Color information
#73D0F2 (or 0x73D0F2) is known color: Maya Blue. HEX triplet: 73, D0 and F2. RGB value is (115,208,242). Sum of RGB (Red+Green+Blue) = 115+208+242=565 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.35% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #73D0F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D0F2 is #8C2F0D. Grayscale: #B7B7B7. Windows color (decimal): -9187086 or 15913075. OLE color: 15913075.
HSL color Cylindrical-coordinate representation of color #73D0F2: hue angle of 196.06º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73D0F2 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 208 | 242 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.05 |
| HSL | 196.06º | 0.83% | 0.7% | - |
| HSV(B) | 196.06º | 0.52% | 0.95% | - |
| XYZ | 45.65 | 55.17 | 92.25 | - |
| YUV | 184.07 | 160.69 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 242 | 0.52 | 0.14 | 0 | 0.05 | 196.06 | 0.83 | 0.7 |
| Hex | 73 | D0 | F2 | 34 | E | 0 | 5 | C4 | 53 | 46 |
| Octal | 163 | 320 | 362 | 64 | 16 | 0 | 5 | 304 | 123 | 106 |
| Binary | 1110011 | 11010000 | 11110010 | 110100 | 1110 | 0 | 101 | 11000100 | 1010011 | 1000110 |
Color Harmonies of #73D0F2
Complementary color
Monochromatic Colors of #73D0F2
Black with #73D0F2
Text Example
Text Example
White with #73D0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D0F2; }
p { color: rgb(115,208,242); }
H1.HeaderClassName
{
color: #73D0F2;
}
.AnyTagClassName
{
color: #73D0F2;
}
</style>
background-color css
<style>
a { background-color: #73D0F2; }
a { background-color: rgb(115,208,242); }
div.DivClassName
{
background-color: #73D0F2;
}
.BgClassName
{
background-color: #73D0F2;
}
</style>
border-color css
<style>
span { border-color: #73D0F2; }
span { border-color: rgb(115,208,242); }
td.TdClassName
{
border-color: #73D0F2;
}
.TagClassName
{
border-color: #73D0F2;
}
</style>