Shades of Maya Blue #73C0EA
Tints of Maya Blue #73C0EA
RGB
CMYK
RGB Variations
Color information
#73C0EA (or 0x73C0EA) is known color: Maya Blue. HEX triplet: 73, C0 and EA. RGB value is (115,192,234). Sum of RGB (Red+Green+Blue) = 115+192+234=541 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.26% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #73C0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C0EA is #8C3F15. Grayscale: #ADADAD. Windows color (decimal): -9191190 or 15384691. OLE color: 15384691.
HSL color Cylindrical-coordinate representation of color #73C0EA: hue angle of 201.18º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73C0EA is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 192 | 234 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.08 |
| HSL | 201.18º | 0.74% | 0.68% | - |
| HSV(B) | 201.18º | 0.51% | 0.92% | - |
| XYZ | 40.77 | 47.28 | 84.82 | - |
| YUV | 173.77 | 161.99 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 234 | 0.51 | 0.18 | 0 | 0.08 | 201.18 | 0.74 | 0.68 |
| Hex | 73 | C0 | EA | 33 | 12 | 0 | 8 | C9 | 4A | 44 |
| Octal | 163 | 300 | 352 | 63 | 22 | 0 | 10 | 311 | 112 | 104 |
| Binary | 1110011 | 11000000 | 11101010 | 110011 | 10010 | 0 | 1000 | 11001001 | 1001010 | 1000100 |
Color Harmonies of #73C0EA
Complementary color
Monochromatic Colors of #73C0EA
Black with #73C0EA
Text Example
Text Example
White with #73C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C0EA; }
p { color: rgb(115,192,234); }
H1.HeaderClassName
{
color: #73C0EA;
}
.AnyTagClassName
{
color: #73C0EA;
}
</style>
background-color css
<style>
a { background-color: #73C0EA; }
a { background-color: rgb(115,192,234); }
div.DivClassName
{
background-color: #73C0EA;
}
.BgClassName
{
background-color: #73C0EA;
}
</style>
border-color css
<style>
span { border-color: #73C0EA; }
span { border-color: rgb(115,192,234); }
td.TdClassName
{
border-color: #73C0EA;
}
.TagClassName
{
border-color: #73C0EA;
}
</style>